#phone{ margin:0px 0px 0 0;width:400px;float:right;}
.slider-wrap {
	position: relative;
	width: 391px;
	height: 517px;
	padding: 94px 0 0 0;
	background: url(iphone.png) no-repeat 40px 0;
}

.iphone {
	width: 700px;
	height: 446px;
	margin: auto;
	background: url(side_iphone.png) no-repeat;
}

.csw {
	width: 243px;
	height: 364px;
	overflow: hidden;
}

.csw .loading {
	color: #dddddd;
	margin: 200px 0 300px 0;
	text-align: center;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 243px;
	height: 364px;
	clear: both;
	background: #000000;
}

.wrapper img{
	width: 243px;
	height: 364px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 243px;
}

.stripNavL, .stripNavR {
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
	background: url(left.png) no-repeat center;
}

.stripNavR {
	right: 0;
	background: url(right.png) no-repeat center;
}

.stripNavL a:hover {
	left: 0;
	background: url(left-hover.png) no-repeat center;
}

.stripNavR a:hover {
	right: 0;
	background: url(right-hover.png) no-repeat center;
}
