@charset "utf-8";
/* CSS Document */

#IndexScroll {
	height: 220px;
	width: 990px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#IndexScroll #Scroller {
	float: left;
	height: 218px;
	width: 900px;
	background-color: #F8F8F8;
	padding-right: 13px;
	padding-left: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#IndexScroll #Scroller .Slide {
	height: 218px;
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../images/slide/slide-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#IndexScroll #Scroller .Slide:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#IndexScroll #Scroller .Slide h2 {
	display: block;
	background-image: url(../designs/H2BG-1.png);
	background-repeat: no-repeat;
	height: 38px;
	background-position: left top;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: center;
	padding-top: 12px;
	color: #FFF;
}
#IndexScroll #Scroller .Slide h3 {
	margin-top: 140px;
	height: 23px;
	display: block;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #999;
	color: #FFF;
	letter-spacing: 0em;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	font-weight: normal;
	font-size: 14px;
}
#IndexScroll #NavigateLeft {
	display: block;
	height: 220px;
	width: 32px;
	float: left;
}
#IndexScroll #NavigateLeft a {
	width: 32px;
	height: 218px;
	background-image: url(../designs/NavigateLeft.jpg);
	background-repeat: no-repeat;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: pointer;
}
#IndexScroll #NavigateRight {
	display: block;
	height: 220px;
	width: 32px;
	float: right;
}
#IndexScroll #NavigateRight a {
	width: 32px;
	height: 218px;
	background-image: url(../designs/NavigateRight.jpg);
	background-repeat: no-repeat;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	cursor: pointer;
}
#IndexBoxes {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#IndexBoxes #VideoBox {
	display: block;
	float: left;
	height: 188px;
	width: 250px;
	padding: 9px;
	background-color: #CCC;
	border-radius : 6px;
	border: 1px solid #989898;
}
#IndexBoxes #Highlights {
	display: block;
	float: right;
	width: 390px;
}
#IndexBoxes #Highlights .Star {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	height: 20px;
	background-image: url(../designs/Star.jpg);
	color: #09F;
	font-size: 13px;
}
#IndexBoxes #Highlights h2 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	letter-spacing: 0em;
	font-weight: bold;
}
#IndexBoxes #Highlights .Box {
	border: 1px solid #FC9;
	background-color: #FFF1E8;
	padding: 10px;
	background-image: url(../designs/IndexBoxBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#IndexBoxes #Highlights .Box .Bulleted_P {
	background-image: url(../designs/TickIcon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}
#Specialities {
	display: block;
}
#Specialities ul {
	display: block;
	border: 1px solid #CCC;
	padding: 2px;
	width: 663px;
}
#Specialities ul li {
	display: block;
	float: left;
	width: 200px;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	margin-right: 1px;
	background-color: #F1F1ED;
	letter-spacing: 0em;
	font-size: 12px;
	margin-bottom: 1px;
	padding-left: 20px;
}
