﻿div.SSShowMasterDiv
{
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:500;
    position:fixed;
    background-color:black;
    filter: alpha(Opacity=60);
    opacity: 0.60;
    vertical-align:middle;
    text-align:center;
    z-index:500;
}

div.SSShowInnerDiv
{
    top:0px;
    left:0px;
	padding:10px;
	background-color:white;
	
	/*min-width:200px;
	min-height:200px;*/
    filter: alpha(Opacity=100);
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    opacity: 1.00;
    position:fixed;
    z-index:700;
    margin-top:auto;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
}

table.SSShowInnerTable td
{
	padding:5px 10px 5px 10px;
	text-align:center;
}

table.SSShowInnerTable th img
{
	margin-bottom:15px;
	max-height:600px;
	max-width:600px;
}

td.SSShowNavLeftCurve,
td.SSShowNavRightCurve,
td.SSShowCloseImg,
td.SSShowNextImg,
td.SSShowPrevImg,
td.SSShowPauseImg,
td.SSShowPlayImg
{
	max-width:29px;
	width:29px;
	height:28px;
	z-index:750;
	cursor:pointer;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

td.SSShowNavLeftCurve,
td.SSShowNavRightCurve
{
	cursor:auto;
}

td.SSShowCloseImg
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px 0px;
}


td.SSShowCloseImg:hover
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -28px;
}

td.SSShowPauseImg
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -56px;
}

td.SSShowPauseImg:hover
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -84px;
}

td.SSShowPlayImg
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -112px;
}


td.SSShowPlayImg:hover
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -140px;
}

td.SSShowNextImg
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -168px;
}


td.SSShowNextImg:hover
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -196px;
}

td.SSShowPrevImg
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -224px;
}

td.SSShowPrevImg:hover
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -252px;
}

div.SSShowCurrentIndexDiv
{
	font-size:9pt;
	color:#478DFF;
	font-family: Comic Sans MS;
}

table.SSShowNavControls
{
	
	width:196px;
	max-width:196px;
	/*
	width:168px;
	max-width:168px;
	*/
	overflow:hidden;
	height:28px;
	max-height:28px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) repeat-x 0px -308px;
}

table.SSShowNavControls td.SSShowSpacer
{
	width:10px;
	min-width:10px;
	max-width:10px;
	padding:0px;
	margin:0px;
}


td.SSShowNavLeftCurve
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -280px;
}

td.SSShowNavRightCurve
{
	background: transparent url(/include/images/smartslideshow/smartslideshownav.gif) no-repeat 0px -336px;
}

div.SSShowNavControls
{
	max-height:28px;
	overflow:hidden;
	text-align:center;
}
