#wrapper {
	width: 750px;
	text-align: left;
	position: relative;
	left :0px;
	height:250;
}

#content p {
	width: 750px;
	margin: 0 0 0px 0px;
	color: #303234;
	font-size: 14px;
	line-height: 15px;
}

#content p a {
	color: #267a8c;
}

#content p a:hover { text-decoration: none; }

#content .codeblock {
	width: 750px;
	margin: 0 0 0px 0px;
	padding: 0px;
	border: 1px solid #d7d7d7;
	background: #f4f8f6;
}
#content .codeblock .details {
 	color: #000 !important;
}
#content .codeblock span {
	color: #c62828;
}
#content .codeblock code .details span {
	color: #c62828;
}

#content code {
	font-size: 14px;
	line-height: 15px;
}
#content code .details {
	font-size: 11px;
	line-height: 15px;
}

#content .codeblock p {
	margin: 0px 0 0 0;
	width: 750px;
}

#content .col p {
	width: 750px;
	margin: 0 0 0px 0;
}

#content .col h2 { margin: 0; width: 350px; }

.col .alt {
	margin: 0 0 0 0px;
}

#content .col .alt p {
	margin: 0px 0 0px;
	line-height: 18px;
}

#content .col .alt p span { color: #6e6f71; }

#content .col ul {
	width: 750px;
	color: #303234;
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 0px;
}

#content .col ul li {
	padding: 0 0 0 0px;
}
#content {
	
}

#demonstration {
 margin: 0 0 0 0px;
 width: 750px;
 padding: 0 0 0 px;
 height :250;
}

#demonstration h2 {
 margin: 0;
}

#demonstration p {
 margin: 0 0 0px;
}

#slider {
    width: 750px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position:relative   ; /* important */
	overflow: hidden; /* important */
	left:0px;
	top :0;
}


#sliderContent{
width: 750px; /* don't mind this size*/
position: absolute;
top: 5px;
margin-left: 0px;
left: 0px;
border: 5px;
float: left;
margin: 0px;
margin-right: 0px;
padding: 0px;
right: 0px;
}

.sliderImage{
    float: left;
    position: relative;
	display: none;
	left:0px;
	text-align :left ;
}
.sliderImage span {
    position: absolute;
	font: 18px/18px Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 750px;
    left:0px;
    text-indent :5px;
    text-align :left ;
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;

}

.clear {
	clear: both;
}
.sliderImage span strong{
    text-decoration :none; FONT-WEIGHT:lighter ; FONT-SIZE: 14px; COLOR: #FFFFFF; FONT-FAMILY: "Tahoma", arial, verdana, geneval, helvetica, helv, sans-serif, monospace;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

