/***********************************************************************
Copyright ©2008-2011 Viper Web Solutions. All Rights Reserved.         *
***********************************************************************/

.thumbtitle{
	font-size:10px;	
}

.prev, .prev-disable, .next, .next-disable {
	height: 109px !important;
}
.gallery {
	clear:both;
	margin: 10px 0 20px;
	position: relative;
	overflow: hidden;
	border-radius:5px;
	padding:10px 0px 10px 0px;
}
.gallery .holder {
	position: relative;
	overflow: hidden;
	z-index: 0;
	float:left;
}
.gallery .holder ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	width: auto;
	padding: 0;
	list-style:none;
	padding:0px 5px 0px 5px !important;
}
.gallery .holder ul li:first-child{
	margin-left:5px;
} 
.gallery .holder ul li img { 
	display: block; 
	border:2px solid #444;
}
.gallery .holder ul li img:hover {
	border:2px solid #FFF;
	}
.gallery .prev.dark, .gallery .prev-disable.dark {
	width:35px;
	/*background: url(../images/prev-dark.png) center center no-repeat;*/
} 
.gallery .prev.light, .gallery .prev-disable.light {
	width:35px;
	background: url(../images/arrow_left.png) center center no-repeat;
} 
.gallery .next.dark, .gallery .next-disable.dark{
	width:35px;
	/*background: url(../images/next-dark.png) center center no-repeat;*/
}
.gallery .next.light, .gallery .next-disable.light{
	width:35px;
	background: url(../images/arrow_right.png) center center no-repeat;
}

/* VERTICAL MODE */
.gallery-vert { 
	position: relative;
	border-radius:5px;
	padding:10px 0px 10px 0px;
	vertical-align:top;
	display:inline-block
}
.gallery-vert .holder { 
	position:relative;
	overflow:hidden; 
	z-index:0;
}
.gallery-vert .holder ul { 
	list-style:none;
	margin:0px;
	padding:0px;
	height:3000px;
	width: auto; 
}
.gallery-vert .holder ul li { 
	float: none;
	list-style:none;
	text-align:center;
	padding:5px 5px 0px 5px !important; 
}
.gallery-vert .holder ul li img {
	vertical-align: top;
	display: inline;
	border:2px solid #444;
}
.gallery-vert .holder ul li img:hover {
	border:2px solid #FFF;
}
.gallery-vert .prev.dark, .gallery-vert .prev-disable.dark {
	height:25px;width:100%;
	/*background: url(../images/vprev-dark.png) center top no-repeat;*/
} 
.gallery-vert .prev.light, .gallery-vert .prev-disable.light {
	height:25px;width:100%;
	/*background: url(../images/vprev.png) center top no-repeat;*/
} 
.gallery-vert .next.dark, .gallery-vert .next-disable.dark{
	height:25px;width:100%;
	/*background: url(../images/vnext-dark.png) center bottom no-repeat;*/
}
.gallery-vert .next.light, .gallery-vert .next-disable.light{
	height:25px;width:100%;
	/*background: url(../images/vnext.png) center bottom no-repeat;*/
}
#videowrapper {
	height:auto;
	}
#videowrapper.left #vipervideo{
	float:left;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px; 
	margin-left:-5px;
	
} 
#videowrapper.left .gallery-vert{
	float:left;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px; 
}
#videowrapper.right #vipervideo{
	/*display:inline-block !important; */
	float:left;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
} 
#videowrapper.right .gallery-vert{
	float:left;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	margin-left:-5px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.paging ul {
	margin: 0;
	padding: 0;
}
.paging li {
	padding: 0 10px 0 0;
	float: left;
	list-style: none;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
	background-color: yellow;
	color: red;
}
.next,.prev,.next-disable, .prev-disable, .stopped a.prev, .stopped a.next    {
	display:block;
	float:right;
	width: 35px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;

	cursor: pointer;
}
.prev, .stopped a.prev {
	right: auto;
	left: 10px;
	float:left;
}