.slideShow{
	/*width: 1000px;
	height: 400px;
	*/
	position:relative;
	overflow:hidden;
 }
 
 .slideShow > img{
	display: block;
	z-index: 4;
	position: absolute;
	top:0px;
	left:0px;
 }
 .slideShow >img.active{
	display: block;
	z-index: 5;
	opacity: 1;
	top:0px;
	left:0px;
 }
 .slideShow >img.inactive{
	display: none;
	opacity: 0;
	z-index: 5;
	top:0px;
	left:0px;
 }
 .slideShow .buttons_container{
	/*position: relative;
	z-index: 7;
*/
	width:100%;
	height:100%;
 }
 .slideShow .buttons_container .buttons{
	position:absolute;
	display: inline;
	z-index: 9;
	bottom:10px;
	left: 50%;
 }
 .slideShow .play_container{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index: 9;
 }
 .play{
	background-image: url("/_layouts/images/lutron/play.png");
	width:30px;
	height:30px;
	content: attr(title) "Play";
 }
 .pause{
	background-image: url("/_layouts/images/lutron/pause.png");
	width:30px;
	height:30px;
	content: attr(title) "Pause";
 }
 
 
 .activeButton{
	background-image:url("/_layouts/images/lutron/active.png");
	width:15px;
	height:15px;
	float:left;
 }
 .inactiveButton{
	background-image:url("/_layouts/images/lutron/inactive.png");
	width:15px;
	height:15px;
	float:left;
 }
 
 /*New */
 .playNew{
	background-image: url("/_layouts/images/lutron/arrow_light.png");
	width:8px;
	height:11px;
 }
 
  .playNew:hover{
	background-image: url("/_layouts/images/lutron/arrow_white.png");
	width:8px;
	height:11px;
 }
 .pauseNew{
	background-image: url("/_layouts/images/lutron/pause_light.png");
	width:8px;
	height:11px;
 }
 .pauseNew:hover{
	background-image: url("/_layouts/images/lutron/pause_white.png");
	width:8px;
	height:11px;
 }
 
 .activeButtonNew{
	background-image:url("/_layouts/images/lutron/circle_white.png");
	width:13px;
	height:12px;
	float:left;
	margin-right:5px;
 }
 .inactiveButtonNew{
	background-image:url("/_layouts/images/lutron/circle_light.png");
	width:13px;
	height:12px;
	float:left;
	margin-right:5px;
 }
 .inactiveButtonNew:hover{
	background-image:url("/_layouts/images/lutron/circle_white.png");
	width:13px;
	height:12px;
	float:left;
 }