.gallery{
	/*width: 560px;*/
	width: 100%;
}
.gallery .row{
	position: relative;
}
.gallery .caption{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	opacity: .5;
}

/* control v1 */
.gallery-control{
	width: 510px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
.gallery-control .button{
	float: left;
	width: 16px;
	height: 34px;
	padding: 9px 5px;
}
.gallery-control .button.next, .gallery-control .button.last{
	float: right;
}
.gallery-control .button img{
	/* vertical-align: middle; */
	cursor: pointer;
}
.gallery-control .thumbs{
	float: left;
	width: 406px;
	height: 34px;
	overflow: hidden;
}
.gallery-control .thumbs img{
	border: 1px solid #C0C0C0;
	padding: 1px;
	cursor: pointer;
	opacity: .5;
}
.gallery-control .thumbs img.active{
	opacity: 1;
}

/* control v2 */
.gallery-control-2{
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	padding: 5px 0px;
	
	text-align: center;
	/*background: transparent url(trans.png);*/
}
.gallery-control-2 .gallery-control-wrapper{
	opacity: 1;
	padding: 5px;
	margin: 5px;
	background-color: #69C3DE;
	display: inline-block;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery-control-2 .gallery-control-wrapper span{
	float: left;
	height: 24px;
}
.gallery-control-2 .gallery-control-wrapper .prev, .gallery-control-2 .gallery-control-wrapper .next{
	width: 24px;
	font-size: 0px;
	line-height: 0px;
	background: #FFFFFF url(arrow-left.gif) no-repeat center;
	color: #FFFFFF;
	cursor: pointer;
}
.gallery-control-2 .gallery-control-wrapper .prev{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.gallery-control-2 .gallery-control-wrapper .next{
	background-image: url(arrow-right.gif);
	border-left: 5px solid #69C3DE;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.gallery-control-2 .gallery-control-wrapper .nav{
	background-color: #FFFFFF;
}
.gallery-control-2 .gallery-control-wrapper .nav a{
	float: left;
	width: 24px;
	height: 21px;
	padding-top: 3px;
	border-left: 5px solid #69C3DE;
	
	color: #69C3DE;
	text-decoration: none;
	font-weight: bold;
}
.gallery-control-2 .gallery-control-wrapper .nav a.activeSlide{
	background-color: #B2E2F9;
}

.ie .gallery-control-2 .gallery-control-wrapper .nav a{
	height: 21px;
}

/* control v3 */
.gallery-control-3{
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	padding: 5px 0px;
	text-align: center;
}
.gallery-control-3 .gallery-control-wrapper{
	opacity: 1;
	padding: 3px;
	margin: 3px;
	background-color: #69C3DE;
	display: inline-block;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery-control-3 .gallery-control-wrapper span{
	float: left;
	height: 14px;
}
.gallery-control-3 .gallery-control-wrapper .prev,
.gallery-control-3 .gallery-control-wrapper .next{
	width: 14px;
	font-size: 0px;
	line-height: 0px;
	background: #FFFFFF url(arrow-left-small.gif) no-repeat center;
	color: #FFFFFF;
	cursor: pointer;
}
.gallery-control-3 .gallery-control-wrapper .prev{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.gallery-control-3 .gallery-control-wrapper .next{
	background-image: url(arrow-right-small.gif);
	border-left: 2px solid #69C3DE;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.gallery-control-3 .gallery-control-wrapper .nav{
	background-color: #FFFFFF;
}
.gallery-control-3 .gallery-control-wrapper .nav a{
	float: left;
	width: 14px;
	height: 14px;
	padding-top: 0px;
	border-left: 2px solid #69C3DE;
	
	font-size: 10px;
	color: #69C3DE;
	text-decoration: none;
	font-weight: bold;
}
.gallery-control-3 .gallery-control-wrapper .nav a.activeSlide{
	background-color: #B2E2F9;
}

.ie .gallery-control-3 .gallery-control-wrapper .nav a{
	/* height: 11px; */
	line-height: 14px;
}
