
/* GALLERY PANELS */
.galleryview {position:relative;}

.panel {width:100%; min-width:583px; background:none; background-color:transparent; position:relative; }

.panel .wrapper {
   display:block; clear:both; margin:0 36px; height:150px; padding:10px 7px 2px 7px; background:#fff;
   border:1px solid #ccc; font:normal 12px Arial; overflow:hidden; position:relative;
}
.panel .wrapper img {border:none; float:left; margin:0 10px 0 0;}
.panel .wrapper span.txt {display:block; width:50%; float:left; margin:0 10px 0 0; font:normal 1.1em Times; color:#444;}
.panel .wrapper span.txt strong {display:block; clear:both; margin:0 0 6px 0; font:bold 1.2em Times; color:#444;}
.panel .wrapper span.txt a {display:block; clear:both; margin:5px 0 2px 0; font:normal 1em Times; color:#0099CC;}
.panel .wrapper span.percent {width:100px; display:block; display:inline; text-align:center; float:right; margin:30px 0 0 5px; font:bold 14px Arial; color:#cc0000;}
.panel .wrapper span.percent b {display:block; font:normal 40px Arial; color:#cc0000; clear:both;}

#actionsCar { margin:5px 0 0 1px; }
#popularsCar { margin:10px 0 0 1px; }

ul.filmstrip {}
ul.filmstrip li { zoom:1; border:none; cursor:pointer; }
ul.filmstrip li.active {}
ul.filmstrip li span {display:block; text-align:center !important; width:193px; height:65px; overflow:hidden; font:normal 11px Tahoma; padding:30px 5px 0 5px; background:url(/img/actions_li_bg.jpg) no-repeat; zoom:1;}
ul.filmstrip li.active span {padding:30px 5px 0 5px; background:url(/img/actions_li_active.gif) no-repeat; zoom:1;}
ul.filmstrip li span a {display:block; color:#000; font:bold 12px Tahoma; clear:both; margin:0 0 6px 0; text-decoration:underline;}
ul.filmstrip li span.gray { background:url(/img/actions_li_gray_bg.jpg) no-repeat; padding:30px 5px 0 5px;}
ul.filmstrip li.active span.gray {padding:30px 5px 0 5px; background:url(/img/actions_li_active.gif) no-repeat; zoom:1;}
.strip_wrapper {min-width:583px;}

a.galleryBtn {width:30px; height:30px; display:block; position:absolute; top:60px; cursor:pointer;}
a.galleryBtn.next {right:2px; background:url(/img/button_right_on.gif) no-repeat;}
a.galleryBtn.prev {left:2px; background:url(/img/button_left_on.gif) no-repeat;}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 90%;
	height:250px;
	background:transparent;
    margin:5px 0 0 0;
    z-index:90;
}

div.scrollable .items { width:20000em;	position:absolute;	clear:both; z-index:91;}

.items div { float:left; width:100%; z-index:92;}

.items img {
	padding:2px; background:#fff; border:1px solid #ccc; clear: both; text-decoration:none; z-index:95;
    -moz-border-radius:4px;	-webkit-border-radius:4px; width:155px; height:195px; cursor:pointer;
}
.items table {width:99%; table-layout:fixed; border-collapse:separate; z-index:95;}
.items table tr td {display:table-cell; width:33%; text-align:center !important; }

.items div.imge {
	padding:2px; line-height:14px;
    width:160px; height:240px; overflow: hidden; text-align:center;
}
.items a {display:block; font:normal 11px Arial; color:#CC3366; clear:both;}

div.scrollable .active { border:2px solid #000; position:relative;	cursor:default;}

div.scrollable {float:left;}

a.browse {
	background:url(/js/themes/light/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:80px 1px 0 1px;
	cursor:pointer;
	font-size:1px;
}

a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }

a.left				{ margin-left: 10px; }
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

a.right.disabled {background-position: 0 -30px;}
a.left.disabled {background-position: 0 0px;}
