/*@CHARSET "UTF-8";*/

#slideShow {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: solid 1px #cccccc;
	width: 320px;
	height: 314px;
}

#slideContent {
    position: relative;
    text-align: center;
}

#slideTitle {
	background: #670003 url(../images/whitecircle.jpg) 10px no-repeat;
	color: #ffffff;
	height: 25px;
	padding: 8px 0 0 35px;
    text-align: left;
}

#titleLink {
	color: #ffffff;
	font-family: arial, vedana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#slideImage {
	
}

#slideList {
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
	height: 157px;
	overflow: auto;
}

#slideList li {
	background: url(../images/redcircle.jpg) 10px no-repeat;
	border-bottom: 1px solid #cccccc;
	margin: 10px;
	padding-left: 30px;
	cursor: pointer;
    text-align: left;
}

#slideList li a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#slideBottom {
	position: absolute;
	bottom: 0;
	background: #ebeff2;
	width: 100%;
}

#slideArrows {
	float: right;
	width: 70px;
}

#arrowNote {
	color: #6a818f;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}

#categImage {
	width: 310px;
	height: 87px;
	margin: 2px auto 0 auto;
}
