/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls/gallery/left_right_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {
	width:760px;
	position:relative;
	height:60px;
	padding-top:380px;
	margin:0px 0px 20px 100px;
	background-color: #D0D7DD;
	}

#gallery img.left {
	width:26px;
	height:63px;
	margin-right: 2px;
	background:#D0D7DD;
	float:left;
	cursor:pointer;
	vertical-align: middle;
}
#gallery img.right {
	width:27px;
	height:63px;
	margin-left: 2x;
	background:#D0D7DD;
	float:left;
	cursor:pointer;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width: 652px;
	float:left;
	background:#96abbd;
	border-top: 4px solid #96abbd;
	border-right: 1px solid #96abbd;
	border-bottom: 4px solid #96abbd;
	border-left: 1px solid #96abbd;
	
}
#gallery ul li {
	display:inline;
	width:75px;
	height:51px;
	float:left;
	margin:0 8px;
	border:1px solid #000;
	cursor:pointer;
	
}

#gallery ul li.hide {display:none;}

/* using background images */
#gallery ul li.th0 {background:url(../images/MCD2019_Poster_thb.jpg); background-repeat: none;}
#gallery ul li.th1 {background:url(../images/MCD2018_Poster_thb.png); background-repeat: none;}
#gallery ul li.th2 {background:url(../images/MCD2017_Poster_75_52.jpg); background-repeat: none;}
#gallery ul li.th3 {background:url(../images/MCD2016poster_thb.jpg); background-repeat: none;}
#gallery ul li.th4 {background:url(../images/MCD2015poster_thb.jpg); background-repeat: none;}
#gallery ul li.th5 {background:url(../images/mc_day_2014_thb.jpg); background-repeat: none;}
#gallery ul li.th6 {background:url(../images/mc_day_2013_thb.jpg); background-repeat: none;}
#gallery ul li.th7 {background:url(../images/mc_day_2012_thb.jpg); background-repeat: none;}
#gallery ul li.th8 {background:url(../images/mc_day_2011_thb.jpg); background-repeat: none;}
#gallery ul li.th9 {background:url(../images/mc_day_2010_thb.jpg); background-repeat: none;}
#gallery ul li.th10 {background:url(../images/mc_day_2009_thb.jpg); background-repeat: none;}
#gallery ul li.th11 {background:url(../images/mc_day_2008_thb.jpg); background-repeat: none;}
#gallery ul li.th12 {background:url(../images/mc_day_2007_thb.jpg); background-repeat: none;}
#gallery ul li.th13 {background:url(../images/mc_day_2006_thb.jpg); background-repeat: none;}
#gallery ul li.th14 {background:url(../images/mc_day_2005_thb.jpg); background-repeat: none;}
#gallery ul li.th15 {background:url(../images/mc_day_2004_thb.jpg); background-repeat: none;}
#gallery ul li.th16 {background:url(../images/mc_day_2003_thb.jpg); background-repeat: none;}
#gallery ul li.th17 {background:url(../images/mc_day_2002_thb.jpg); background-repeat: none;}
#gallery ul li.th18 {background:url(../images/mc_day_2001_thb.jpg); background-repeat: none;}
#gallery ul li.th19 {background:url(../images/mc_day_2000_thb.jpg); background-repeat: none;}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {
	visibility:hidden;
	display:block;
	width:75px;
	height:51px;
	
}

#gallery ul li span {
	display:none;
	position:absolute;
	left:315px;
	top:350px;
	width:415px;
	font-family:verdana, arial, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:15px;
	text-align:justify;
	
}

#gallery ul li b {
	color:#000000;
}

#gallery ul li b i {
	color:#000000;
	margin: 0px 0px 0px 150px;
	font-style:normal;
}

#gallery ul li.chosen {
	border-color:#FFFFFF;
	cursor:default;
}
#gallery ul li.chosen div {
	position:absolute;
	left:0;
	top:0;
	width:710px;
	height:355px;
	background:#D0D7DD;
}
#gallery ul li.chosen div i {width:530px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {
	visibility:visible;
	width:auto;
	height:auto;
	border:5px solid #FFFFFF;
	margin:0 auto;
}
#gallery ul li.chosen span {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
