/* tab pane styling */
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:61px;
	width:562px;
	margin-top:0px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    border:0px solid #666;
	font-size:11px;
	display:block;
	height: 29px;
	line-height:29px;
	width: 165px;
	text-decoration:none;
	color:#626262;
	padding:0px;
	margin:0px;
	padding-left:30px;
	padding-top:35px;
	position:relative;
	overflow:hidden;
	background: url(../images/v2/tab_bg.gif) no-repeat;

}

ul.tabs a:active {
    border:0px solid #666;
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -562px -61px;
	cursor:default !important;
	color:#ffffff !important;
	background: url(../images/v2/tab_bg_hover.gif) no-repeat;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs li.current a {
	background-position: -562px -61px;
	cursor:default !important;
	color:#ffffff !important;
	background: url(../images/v2/tab_bg_hover.gif) no-repeat;
}

/* width 1 */
ul.tabs li.tab_0 a 		   { background-position:   0px 0px; width:155px;padding-left:40px;}
ul.tabs li.tab_0 a:hover   { background-position:   0px 0px; width:155px;}
ul.tabs li.tab_0 a.current { background-position:   0px 0px; width:155px;}
/* width 2 */
ul.tabs li.tab_1 a 		   { background-position: -195px 0px; width:150px;}
ul.tabs li.tab_1 a.current { background-position: -195px 0px; width:150px;}

/* width 3 */
ul.tabs li.tab_2 a 		   { background-position: -375px 0px; width:150px;}
ul.tabs li.tab_2 a.current { background-position: -375px 0px; width:150px;}

/* initially all panes are hidden */
div.panes {
	display:block;
	background: url(../images/v2/tabs_pane_bg.gif) no-repeat;
	width:562px;
	height:265px;
	padding:4px;
}

div.panes div {
	display:none;
	background:#fff;
	width:547px;
	height:250px;
	padding:0px;
	margin-left:2px;
}
div.panes img{
	border:0px;
	width:547px;
	height:250px;
}

.scrollable {
    /* required settings */
    position:relative;
    float:left;
    overflow:hidden;
    width: 628px;
    height:187px;
}
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}
.scrollable a {
    float:left;
    margin:10px 4px 0px 4px;
    width:148px;
	text-align:center;
	color:#626262;
}
.scrollable a:active {
	color:#626262;
}

.scrollable a span{
	margin:2px 10px;
	text-align:center;
	line-height:18px;
}

.scrollable img {
    background-color:#fff;
    padding:0px;
    border:1px solid #ccc;
    cursor:pointer;
    width:148px;
    height:127px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.scrollable .active {
    border:1px solid #ccc;
    z-index:9999;
    position:relative;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
    display:block;
    width:22px;
    height:39px;
    float:left;
    margin-top:50px;
    margin-left:10px;
    margin-right:5px;
    cursor:pointer;
}
a.left {
    background:url(../images/v3/arrow_left.gif) no-repeat;
}
a.right {
    background:url(../images/v3/arrow_right.gif) no-repeat;
    clear:right;
}
/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

#main {
	position:relative;
	overflow:hidden;
	width:754px;
	height:331px;
	background: #fff;
}
#pages {
	position:absolute;
	height:20000em;
}
.ad_scrollable {
	float:left;
	position:relative;
	overflow:hidden;
	width:754px;
	height:331px;
}
.ad_scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.ad_scrollable .item {
	float:left;
	cursor:pointer;
	width:754px;
	height:331px;
}
#main div.navi {
	position:absolute;
	margin-left:368px;
	margin-top:306px;
	cursor:pointer;
	height:20px;
	width:200px;
	display:block;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(html/navigator.png) 0 0 no-repeat;
	font-size:1px;
}
div.navi a:hover {
	background-position:0 -8px;
}
div.navi a.active {
	background-position:0 -16px;
}
.item a {
	border:0px;
}
.item img {
	border:0px;
}

