/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 * http://nivo.dev7studios.com/
 */

#slider-wrap-iphone3g-portrait{
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 576px;
	height: 715px;
	margin: auto;
	padding-top: 145px;
	background-image: url(../images/device/iphone-3g.png);
}

#slider-wrap-iphone3g-landscape{
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 832px;
	height: 460px;
	margin: auto;
	padding-top: 80px;
	background-image: url(../images/device/iphone-3g-landscape.png);
}

#slider-wrap-ipad-1g-landscape{
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 940px;
	height: 726px;
	margin: auto;
	padding-top: 142px;
	background-image: url(../images/device/ipad-1g-landscape.png);
}


#slider {
	width: 320px;
	/* height: 640px; */
	position:relative;
	/* margin:30px 30px 60px 30px; */
	margin:0px auto 30px auto;
	background:#202834 url(../images/slider/loading.gif) no-repeat 50% 50%;
/*
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

#slider-wrap-iphone3g-portrait .nivo-controlNav {
	position:absolute;

	left:42%;
	top:-160px;

}

#slider-wrap-iphone3g-landscape .nivo-controlNav {
	position:absolute;

	left:42%;
	top:-80px;

}

#slider-wrap-ipad-1g-landscape .nivo-controlNav {
	position:absolute;

	left:47%;
	top:-120px;

}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}