/* CSS Document */

ul#rightThumbContainer  {
float:left;
margin-left:30px;
/*margin-top:70px;Set at this number when the "current promotion" is present.*/
margin-top:0px;/*Set at this number when the "current promotion" is NOT present.*/
width:120px;
height:480px; 
padding:0px;/*The UL automatically adds a left padding to make room for a list items bullet. You must zero-out the padding if you want no bullet. */
list-style-type:none;
margin-bottom:0px;/*I added this margin to the bottom of the right thumb container because apparently IE does something differently with margins than firefox.*/

}



ul#rightThumbContainer li {
float:left;
width:117px;
height:200px;
margin-left:0px;
margin-top:10px;
padding:0px;
background-image:url(../../images/homePage/thumbFrame_opt.gif);
list-style-type:none;
/*border:1px solid white;*/
}


ul#rightThumbContainer li a {
/*To bring a background-image into an "a" tag, it must have dimension and positioning.*/
float:left;
margin-top:6px;
margin-left:8px;
width:98px;
height:135px;
list-style-type:none;
}

ul#rightThumbContainer li a img {
	border:0px;
	
}

ul#rightThumbContainer li #caption {
/*	border:2px solid white;*/
	text-align:center;
	font-family:"Copperplate Gothic Light","Book Antiqua",Verdana,Arial,sans-serif;
	font-size:16px;
	margin-top:30px;
	color:yellow;
	font-weight:bold;
	
	
}

#currentSalesEvents {
position:absolute;
top:90px;
right:13px;
border:5px solid white;
width:100px;
height:60px;
margin:0px;
margin-bottom:20px;
margin-left:4px;
text-align:center;
padding:0px;
background-image:none;
}

#currentSalesEvents a {
float:left;
width:100px;
height:60px;
text-decoration:none;
padding:0px;
margin:0px;
padding-top:0px;
padding-bottom:0px;
color:#000000;
font-weight:bold;
background-image:url(../../images/homePage/currentPromotions/thumbs/new_year_2010/new_year_2010_thumb.png);
background-repeat:no-repeat;

}

#currentSalesEvents a:visited {
color:#000000;
}

#currentSalesEvents a:hover {
color:#000000;
font-weight:bold;
text-decoration:underline;
background-position:-100px 0px ;
}