﻿#slideshow {
	margin: 0 auto;
	width: 260px;
	text-align: center;
}

#ss_controls {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px 0px -2px 0px;
}

#ss_controls a:link, #ss_controls a:visited {
	padding: 0px 5px 0px 5px;
	color: #000;
	line-height: 15px;
	font-size: 9px;
	font-weight: normal;
	border-right: #CCCC99 1px solid;
	background-position: bottom left;
	background-repeat: repeat-x;
}

#ss_controls a:hover, #ss_controls a:active {
	text-decoration: none;
	color: #999;
	background-position: bottom;
	background-repeat: repeat-x;
}

.control_left_border {
	border-left: #CCCC99 1px solid;
}


#ss_img_div {
	float: left;
	width: 260px;
	border: #CCCC99 1px solid;
}
