@charset "utf-8";
/* CSS Document */

#slider {
    width: 551px; /* important to be same as image width */
    height: 152px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}



#sliderContent {
    width: 551px; /* important to be same as image width or wider */
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 9px/13px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 551px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}


.sliderImage span strong {
    font-size: 13px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 146px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

ul { list-style-type: none;}



pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

img{border:none;}

ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}



/*  */

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
