/*  slideshow.css, version 0.3
 *  (c) Copyright 2007 Nathan Herald
 *
 *  slideshow.js is freely distributable under the terms of the GPL 2.0
 *  For details, see the slideshow.js web site: http://code.google.com/p/slideshow-js/
 *
 *------------------------------------------------------------------------------------*/

.google_slideshow {
	width: 400px;
	height: 320px;
	/*overflow: auto;*/
	position: relative;
}

.google_slideshow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60000px;
	position: absolute;
	top: 0;
	left: 0;
}

.google_slideshow ul li {
	float: left;
	margin-right: 10px;
}

.google_slideshow-nav {
	width: 400px;
	position: relative;
}

.google_slideshow-description {
	display: block;
	background: #DFF1F7;
	color: #333333;
	padding: 5px;
	font-size: 11px;
}

.google_slideshow-next-prev {
	text-align: right;
}

.google_slideshow-prev, .google_slideshow-next {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

.google_slideshow-play-stop {
	float: left;
}

.google_slideshow-play, .google_slideshow-stop {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

.google_slideshow-play-only .google_slideshow-stop {
	display: none;
}

.google_slideshow-stop-only .google_slideshow-play {
	display: none;
}
.box .photos .photo-area .control .previous-btn {
	background: url(../images/icons/previous.jpg) no-repeat;
	width: 17px;
}
.box .photos .photo-area .control .pause-btn {
	background: url(../images/pause-btn.gif) no-repeat;
	width: 29px;
}
.box .photos .photo-area .control .play-btn {
	background: url(../images/play-btn.gif) no-repeat;
	width: 29px;
}
.box .photos .photo-area .control .next-btn {
	background: url(../images/next-btn.gif) no-repeat;
	width: 17px;
}