/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.dragdealer {
	position: relative;
	height: 100%;
	width:270px;
	
}
.dragdealer .handle {
	position: absolute;
	cursor:move;

}
.dragdealer .red-bar {
	width: 500px;
	height: 30px;
	background: none;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
.dragdealer .disabled {
	background: none;
}

/*#slideshow {
    height: 241px;
    overflow: hidden;
    width: 696px;
}

#slideshow .handle {
    height: 241px;
    width: 2800px;
}

#slideshow .handle .slide {
    float: left;
    height: 241px;
    width: 696px;
}

#slideshow .handle .img1 {
    background:url(../images/01.jpg) no-repeat scroll 0 0 transparent;
}*/

.end
{
	position:absolute;
	right:0;
	top:0;
	background:url(../images/slide_img/end.png) no-repeat right top #000;
	width:143px;
	height:85px;
	z-index:99;
}

#slideshow {
	width:270px;
	height: 100%;
	/*overflow: hidden;*/
	background:#FFF;
	border-left:1px solid #CCCCCC;
	
}
	
#slideshow .handle {
	width: 180px;
	z-index:100;
	
}

#slideshow .handle .slide {

		width: 180px;
		background:#FFF;
}
		
#slideshow .handle .img1 {
			
		}
		#slideshow .handle .img2 {
			
		}
		#slideshow .handle .img3 {
			
		}
		#slideshow .handle .img4 {
			
		}
