/* Css Slideshow */
#slide-show-wrap
{
	position:relative;
	width:713px;
	height:477px;
	display: inline;
    float: left;
    margin-left: 30px;
}
#slide-show-wrap img {
	display: block !important;
	margin: 0 auto;
	
	
}

#playButton,
#pauseButton
{
	color:#FFFFFF;
	position:absolute;
	z-index:101;	
	left:132px;
	bottom: -36px;
}
#playButton {
	background: #006CC7 url(../images/ico_slideshow.png) no-repeat 37px -41px;
	padding:5px 17px 5px 8px;
}
#pauseButton {
	background: #006CC7 url(../images/ico_slideshow.png) no-repeat 39px -71px;
	padding:5px 20px 5px 5px;
}
#prevButton
{
	background: #006CC7 url(../images/ico_slideshow.png) no-repeat 4px 10px;
	color:#FFFFFF;
	position:absolute;
	z-index:101;
	padding:5px 5px 5px 16px;
	left:0;
	bottom: -36px;
}

#nextButton
{
	background: #006CC7 url(../images/ico_slideshow.png) no-repeat 37px -13px;
	color:#FFFFFF;
	position:absolute;
	z-index:101;
	padding:5px 20px 5px 5px;
	left: 75px;
	bottom: -36px;
}
#playButton:hover,
#pauseButton:hover,
#prevButton:hover,
#nextButton:hover {
	text-decoration: none;
}

