/* thumbs list */
#thumbs-list .thumbText {
	position: absolute;
	margin-left: 5px;
	padding-left: 2px;
	display: none;
	color: #fff;
	font-weight: bold;
    width:134px;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
	background-color: #131022;
}

#thumbs-list a {
	text-decoration: none;
}

/* thumbs list horizontal */
.thumbs-horiz {
	background-color:#fff;	
	height:90px;
	position:relative;
}

.thumbs-horiz .prevPage {
	background:url(img/arrow_sx.png) no-repeat center center;
	width:20px;
	height:90px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

.thumbs-horiz .prevPage:hover {
	background:url(img/arrow_sx_red.png) no-repeat center center;
}

.thumbs-horiz .prevPage.disabled, .thumbs-horiz .prevPage.disabled:hover {
	background:url(img/arrow_sx_grey.png) no-repeat center center;
	cursor:auto;
}

.thumbs-horiz .nextPage {
	background:url(img/arrow_dx.png) no-repeat center center;
	width:20px;
	height:90px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}

.thumbs-horiz .nextPage:hover {
	background:url(img/arrow_dx_red.png) no-repeat center center;
}

.thumbs-horiz .nextPage.disabled, .thumbs-horiz .nextPage.disabled:hover {
	background:url(img/arrow_dx_grey.png) no-repeat center center;
	cursor:auto;
}

.thumbs-horiz #thumbs-list {
	position:relative;
	top:10px;
	left:45px;
	overflow:hidden;	
	height:70px;	
}
 
.thumbs-horiz #thumbs-list div {
	width:20000em;
	position:absolute;
}

.thumbs-horiz #thumbs-list img {
	height:68px;
    margin:0 5px;
    cursor:pointer;
    border: none;
}

.thumbs-horiz #thumbs-list .selected  img {
    border-bottom: 3px solid #F39D00;
    margin-bottom: -3px;
}

/* thumbs list vertical */
.thumbs-vert {
	width:200px;	
	position:relative;
}

.thumbs-vert .prevPage {
	background:url(img/arrow_up.png) no-repeat center center;
	width:200px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

.thumbs-vert .prevPage:hover {
	background:url(img/arrow_up_red.png) no-repeat center center;
}

.thumbs-vert .prevPage.disabled, .thumbs-vert .prevPage.disabled:hover {
	background:url(img/arrow_up_grey.png) no-repeat center center;
	cursor:auto;
}

.thumbs-vert .nextPage {
	background:url(img/arrow_down.png) no-repeat center center;
	width:200px;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}

.thumbs-vert .nextPage:hover {
	background:url(img/arrow_down_red.png) no-repeat center center;
}

.thumbs-vert .nextPage.disabled, .thumbs-vert .nextPage.disabled:hover {
	background:url(img/arrow_down_grey.png) no-repeat center center;
	cursor:auto;
}

.thumbs-vert #thumbs-list {
	position:relative;
	left:10px;
	top:20px;
	overflow:hidden;
	width:180px; 	
}
 
.thumbs-vert #thumbs-list div {
	height:20000em;
	position:absolute;
}

.thumbs-vert #thumbs-list .thumbElement {
	display:block;
}

.thumbs-vert #thumbs-list img {
	height: 80px;
    margin-top: 10px;
	margin-left: 10px;
    cursor:pointer;
    border: none;
}

.thumbs-vert #thumbs-list .selected  img {
    border-left: 3px solid #F39D00;
    margin-left: 7px;
}

.thumbs-vert #thumbs-list .thumbText {
	margin-top:10px;
	margin-left: 10px;    
	width:158px;
}


