@charset "utf-8";
body {margin:0; padding:0; background:#fff;}
#weeklybox{
	position:relative;
	margin-left: 15px;
}
#weeklybox, #weeklybox .content{
	width:620px;
}
#weeklyProgramsContaine {
	width: 100px;
}

#weeklybox, #weeklybox .container, #weeklybox .content{
	height:235px;
	
}
#weeklybox{overflow:hidden;}
#weeklybox .container{
	position:relative;
	left:0;
	
}
#weeklybox .content{
	float:left;
	color: #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
#images UL {
	display: inline;
	list-style-type: none;
}

#weeklybox .content div{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: 60;
	padding-left: 100px;
}
#weeklybox .next, #weeklybox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;}
#weeklybox .next{
	right:0;
	margin-right:10px;
	background-image: url(IMAGES/mainSlidshow/slidebox_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
}
#weeklybox .next:hover{
	background-image: url(IMAGES/mainSlidshow/slidebox_next_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
}
#weeklybox .previous{
	margin-left:10px;
	background-image: url(IMAGES/mainSlidshow/slidebox_previous.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
}
#weeklybox .previous:hover{
	background-image: url(IMAGES/mainSlidshow/slidebox_previous_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
}
#weeklybox .thumbes{
	position:absolute;
	z-index:2;
	
	right:1px;
	color: #FFF;

}
#weeklybox .thumbes .thumbnail{
	display:block;
	margin-left:5px;
	float:left;
	font-size:9px;
	padding:2px 4px;
	color:#fff;
	background-image: url(IMAGES/weekly%20programs/MC-Gold-button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#weeklybox .thumbes .thumbnail:hover{
	color:#FFF;
	background-image: url(IMAGES/weekly%20programs/MC-Gold-button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#weeklybox .selected_thumbnail{
	color:#FFF;
	display:block;
	margin-left:5px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-decoration:none;
	padding:2px 4px;
	background-image: url(IMAGES/weekly%20programs/MC-Gold-button-select.jpg);
	background-repeat: repeat;
	background-position: center center;
}
#weeklytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	background-image: url(IMAGES/weekly%20programs/MC-gold-weeklyPrograms-title.png);
	margin-top: 30px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left center;	
}
	

#weeklytitle P {
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	
}
#weekly {
	background-color: #CDCDCD;
	float: left;
	margin-left: 40px;
	height: 250px;
	width: 650px;
}
#weeklyProgramsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	width: 80px;
	
}


