﻿/**/
body {
}

#janimation{
	height:277px;
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
}
#janimation img{
	position:absolute;
	-moz-opacity:.0;
	opacity:0;
	filter:alpha(opacity=0);
	width: 100%;
}
#janimation img.start{-moz-opacity:1 ;opacity:1 ; filter:alpha(opacity=100);}
#janimation div{
	padding:11px 10px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:transparent url("../images/Slideshow/imgs/animation_bg.png") no-repeat scroll 0% 100%;
	width: 97%;
}
#janimation input{float:left;width:15px;height:15px;margin:0 5px 0 0;padding:0}
#janimation input{-moz-opacity:.5 ;opacity:.5 ; filter:alpha(opacity=50);}
#janimation input.start{-moz-opacity:1 ;opacity:1 ; filter:alpha(opacity=100);}
#janimation .torggleplay{
	float:right;
	width:80px;
	height:18px;
	margin:0;
	padding:0;
	background:transparent url("../images/Slideshow/imgs/torggleplay.gif") no-repeat scroll 100% 50%;
	border:none;
	color:#ffe7d7;
	font:normal normal bold 13px "Trebuchet MS",arial,sans-serif;
	-moz-opacity:1 !important;
	opacity:1 !important;
	filter:alpha(opacity=100)
}
#janimation input{position:relative; z-index: 100;}
