﻿/*@CHARSET "UTF-8";*/

#slideShow {
	position: relative;
		border: solid 1px #cccccc;
	width: 230px;
}

#slideContent {
    position: relative;
    text-align: center;
}	

#slideTitle {
	background: (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;
}

#slideList {
	margin: 0 10px 0 10px;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
}

#slideList li {

	background: url(../images/redcircle.jpg) 10px no-repeat;
	border-bottom: 1px solid #cccccc;
	margin: 10px;
	padding-left: 30px;
	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 {
	display: none;
	color: #6a818f;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}

#imageLink {
	
}	

#subCategImage,#categImage {
	width: 222px;
	height: 87px;
	margin-top: 2px;
}