div#slideshow {
	width: 740px;
	height: 230px;
	margin-bottom: 10px;
}

div#slideshow_content {
	width: 740px;
	height: 210px;
}

div#slideshow_info{
	margin: 0 1px;
	width: 740px;
	height: 34px;
}

div#slideshow_page_info {
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 80px;
}

div#slideshow_controls {
	float: left;
	padding-top: 5px;
        padding-left: 0px;
}

div#slideshow_page_info a {
	text-decoration: none;
	width: 13px;
	color: #666;
	font-weight: bold;
	line-height: 19px;
	display: block;
	float: left;
	text-align:center;
}

div#slideshow_page_info a.activeSlide {
	background-color: red;
	text-decoration: none;
	line-height: 19px;
	width: 13px;
	color: red;
	font-weight: bold;
	display: block;
	float: left;
}

#slideshow_start, #slideshow_pause {
	cursor: pointer;
}