/* 
    Document   : style
    Created on : Nov 9, 2010, 5:26:37 PM
    Author     : Joe
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.slideshow-wrapper
{
    position:relative;
	margin:0 auto;
}

.slideshow
{
    text-align:center !important;
}

.slideshow div
{
    position:absolute;
    top:auto !important;
    bottom:0 !important;
    display:none;
}

.slideshow div imgeft
{
    margin:0 auto;
}

.slideshow img
{ 
    padding: 0;
    border: 1px solid #ccc;
    background-color:#fff;
}

div.slideshow
{
    overflow:hidden;
	z-index:1;
}

div.slideshow-caption
{
    text-align:center;
    font-style:italic;
    padding-bottom:5px;
	padding-top:20px;
    font-size:12px;
    height:40px;
    line-height:15px;
    position:absolute;
    left:0;
    color:#666;
	z-index:2;
}

a.slideshownext
{
	z-index:3;
	display:block;
	position:absolute;
	right:15px;
	top:340px;
	background:url('buttons.png') -49px -39px;
	width:32px;
	height:31px;
	overflow:hidden;
	text-indent:-999px;
}

a.slideshowprev
{
	z-index:3;
	display:block;
	position:absolute;
	left:15px;
	top:340px;
	background:url('buttons.png') -49px -7px;
	width:32px;
	height:31px;
	overflow:hidden;
	text-indent:-999px;
}

a.slideshowpause
{
	z-index:3;
	display:block;
	position:absolute;
	left:290px;
	top:330px;
	background:url('buttons.png') 0 -45px;
	width:48px;
	height:45px;
	overflow:hidden;
	text-indent:-999px;
}

a.slideshowplay
{
	z-index:3;
	display:block;
	position:absolute;
	left:280px;
	top:330px;
	background:url('buttons.png') 0 0;
	width:48px;
	height:45px;
	overflow:hidden;
	text-indent:-999px;
}