/********************* Left Side *********************/

#gallery_left { position:relative; left:0; top:0px; float:left; width:150px; height:520px;  }

/********************* Thumbnails *********************/

ul#gallery_thumbnails {
	width:149px;
	height:396px;
	list-style:none;
	background: url(images/gallery_left_bg.gif) top left no-repeat;
	margin:16px 0px 0px 0px;
	padding:18px 0px 0px 15px;
	
}

ul#gallery_thumbnails li {
	list-style:none;
	display:inline;
	float:left;
	margin:0px 4px 8px 4px;
	padding:0;
	width:50px;
	height:50px;
}

ul#gallery_thumbnails li a { }
ul#gallery_thumbnails li img { width:50px; height:50px; border:1px solid #988256; }


ul#gallery_thumbnails2 {
        width:149px;
        height:396px;
        list-style:none;
        background: url(images/gallery_left_bg.gif) top left no-repeat;
        margin:16px 0px 0px 0px;
        padding:18px 0px 0px 15px;

}

ul#gallery_thumbnails2 li {
        list-style:none;
        display:inline;
        float:left;
        margin:0px 4px 8px 4px;
        padding:0;
        width:50px;
        height:50px;
}

ul#gallery_thumbnails2 li a { }
ul#gallery_thumbnails2 li img { width:50px; height:50px; border:1px solid #988256; }



/********************* Thumbnail Navigation *********************/

ul#gallery_navigation {
	margin:-18px 0px 0px 1px;
	padding:0;
	list-style:none;
	width:149px;
	height:31px;
	background-image:url('images/nav_back.gif');
	background-repeat:no-repeat;
}

ul#gallery_navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
}

ul#gallery_navigation li a { display: block; text-decoration:none;}

ul#gallery_navigation li a.previous:link,
ul#gallery_navigation li a.previous:active,
ul#gallery_navigation li a.previous:visited { background: url(images/left_arrow_off.gif) no-repeat; width:50px; height:31px; }
ul#gallery_navigation li a.previous:hover { background: url(images/left_arrow_on.gif) no-repeat; width:50px; height:31px; }

ul#gallery_navigation li a.home:link,
ul#gallery_navigation li a.home:active,
ul#gallery_navigation li a.home:visited { background: url(images/gallery_home_off.gif) no-repeat; width:49px; height:31px; }
ul#gallery_navigation li a.home:hover { background: url(images/gallery_home_on.gif) no-repeat; width:49px; height:31px; }

ul#gallery_navigation li a.next:link,
ul#gallery_navigation li a.next:active,
ul#gallery_navigation li a.next:visited { background: url(images/right_arrow_off.gif) no-repeat; width:50px; height:31px; }
ul#gallery_navigation li a.next:hover { background: url(images/right_arrow_on.gif) no-repeat; width:50px; height:31px; }

ul#gallery_navigation li img { border:none; }

/********************* Paging Dots *********************/

ul#paging {
	position:absolute;
	top:391px;
	margin:0;
	padding:0;
	list-style:none;
	width:149px;
	height:9px;
	text-align:center;
}

ul#paging li {
	display:inline;
	list-style:none;
	margin-right:1px;
}

/********************* End Left Side *********************/
/********************* Right Side *********************/

#gallery_right { position:relative; left:0; top:0px; float:right; width:583px; }

/********************* Category Tabs *********************/

ul#gallery_categories {
	margin:16px 0px 0px 0px;
	padding:0;
	list-style:none;
	clear:both;
	display:block;
	width:213px;
	height:27px;
	
	background-image:url('images/tab-all.gif');
}

ul#gallery_categories li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
}

ul#gallery_categories li a:link,
ul#gallery_categories li a:active,
ul#gallery_categories li a:visited,
ul#gallery_categories li a:hover {
	display:block;
	width:70px;
	height:27px;
	text-decoration:none;
}

ul#gallery_categories li a.live 		{ background-image:url('images/tab-live_static.gif'); width:71px;}
ul#gallery_categories li a.live:hover 	{ background-image:url('images/tab-live_over.gif'); width:71px;}
ul#gallery_categories li a.live_select 	{ background-image:url('images/tab-live_highlight.gif'); width:71px;}

ul#gallery_categories li a.promo 	{ background-image:url('images/tab-promo_static.gif'); }
ul#gallery_categories li a.promo:hover 	{ background-image:url('images/tab-promo_over.gif'); }
ul#gallery_categories li a.promo_select { background-image:url('images/tab-promo_highlight.gif'); }

ul#gallery_categories li a.tour 	{ background-image:url('images/tab-tour_static.gif'); }
ul#gallery_categories li a.tour:hover 	{ background-image:url('images/tab-tour_over.gif'); }
ul#gallery_categories li a.tour_select 	{ background-image:url('images/tab-tour_highlight.gif'); }

ul#gallery_categories li a.fanart 		{ background-image:url('images/tab-fanart_static.gif'); }
ul#gallery_categories li a.fanart:hover 	{ background-image:url('images/tab-fanart_over.gif'); }
ul#gallery_categories li a.fanart_select 	{ background-image:url('images/tab-fanart_highlight.gif'); }

ul#gallery_categories li a.video 	{ background-image:url('images/tab-video_static.gif'); }
ul#gallery_categories li a.video:hover 	{ background-image:url('images/tab-video_over.gif'); }
ul#gallery_categories li a.video_select { background-image:url('images/tab-video_highlight.gif'); }


/********************* Main Image *********************/

#gallery_right div#mainimage {
	clear:both;
	width:582px;
	height:450px;
	background-image:url('images/gallery_back.jpg');
	background-repeat:no-repeat;
	padding-top:10px;
}

#gallery_right div#mainimage h1 {
	font-size:18px;
	margin:0px 20px 10px 20px;
}

#gallery_right div#mainimage img {
	margin-left:20px;
border:1px solid #988256;
}


#gallery_right div#video {
margin-left:20px; 
}


/********************* End Right Side *********************/

