.go_responsive_slider{
	display:block;
	float:left;
	width:100%;
	clear:both;
/*	background:url(../images/transparent-border.png) repeat;*/
	position:relative;
	font-family:'Roboto Condensed',sans-serif;
}

/* Items */
.go-resp-items{
	display:block;
	float:left;
	background-color:white;
	width:100%;
	visibility:hidden;
}
.go-resp-item{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.go-resp-item img{
	display:block;
	float:left;
	width:100%;
}
.go-resp-item > a img{ border:none; }

.go-resp-excerpt{
	display:block;
	float:left;
	padding:1% 1%;
	background:url(../images/transparent-bg.png) repeat;
	color:white;
	position:absolute;
	text-shadow:0 -1px 1px #000;
	font-size:14px;
}
.go-resp-excerpt.frombottom{
	width:98%;
	bottom:0;
}
.go-resp-excerpt.excerpt-full{
	top:0;
	left:0;
	width:30%;
	height:92%;
	min-width:150px;
	border-radius:7px;
}
.go-resp-excerpt.excerpt-semi{
	bottom:2%;
	right:10%;
	width:20%;
	min-width:150px;
	border-radius:7px;
}
.go-resp-excerpt.title-only{
	bottom:10%;
	left:2%;
	width:20%;
	border-radius:7px;
}
.go-resp-excerpt .excerpt-title{
	margin:0 0 0px;
	font-size:24px;
	font-weight:300;
}

.go-resp-excerpt .excerpt-title a { color:#fff; }

.go-resp-excerpt p{
	margin:0;
}

.go-resp-readmore{
	display:block;
	float:right;
	padding:2px 10px;
	background-color:#336699;
	color:white;
	border-radius:3px;
	letter-spacing:2px;
	text-shadow:none;
	box-shadow:2px 2px 3px #222;
}
.go-resp-readmore:hover{
	background-color:#005D90;
}


/* Navigation */
.go-resp-nav{
	display:block;
	float:left;
	height:30px;
	background-color:white;
	width:100%;
	text-align:center;
}
.go-resp-nav-in{
	display:inline-block;
	height:40px;
	position:relative;
	top:-65%;
}
.go-resp-nav-left, .go-resp-nav-right{
	display:block;
	float:left;
	width:22px;
	height:100%;
}
.go-resp-nav-left{
	background:url(../images/navigation-box-left.png) no-repeat center;
}
.go-resp-nav-right{
	background:url(../images/navigation-box-right.png) no-repeat center;
}
.go-resp-nav-box{
	display:block;
	float:left;
	height:100%;
	background:url(../images/navigation-box-center.png) repeat-x center;
	padding:0 5px;
}
.go-resp-nav-box ul{
	margin:0 10px;
	padding:0;
	display:inline-block;
	display:block;
	float:left;
	height:100%;
}
.go-resp-nav-box li{
	display:block;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	margin-top:0px;
	padding:8px 0;
	position:relative;
}
.go-resp-nav-box .bubbles li{
	background:url(../images/pagination-inactive.png) no-repeat center 11px;
}
.go-resp-nav-box .bubbles li:hover, .go-resp-nav-box .bubbles li.active{
	background:url(../images/pagination-active.png) no-repeat center 11px;
}
.go-resp-nav-box .numeric li{
	color:#555;
}
.go-resp-nav-box .numeric li:hover, .go-resp-nav-box .numeric li.active{
	/*color:#003366;*/
	color:#990000;
}
.go-resp-nav-box li img{
	position:absolute;
	bottom:30px;
	left:0;
	display:none;
	padding:5px;
	background-color:#F3F3F3;
	border:1px solid #CCC;
	border-radius:3px;
	box-shadow:1px 1px 3px #555;
}
.go-resp-nav-box li:hover img{
	display:block;
}

.go-resp-arrow.left,.go-resp-arrow.right{
	display:block;
	float:left;
	width:19px;
	height:100%;
	cursor:pointer;
}
.go-resp-arrow.right{
	background:url(../images/arrow-right.png) no-repeat center 7px;
}
.go-resp-arrow.left{
	background:url(../images/arrow-left.png) no-repeat center 7px;
}