*
{
margin:0;
padding:0;
font-family:"Times New Roman",Georgia,Serif;
font-size:18px;
color:#FFFFFF;
}
#wrapper{
	width:900px;
}
.flipped
{
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}


.slider
{
	width:1000px;
	height:500px;
	overflow:hidden;
}

.mda {
	color: #FFF;
}

.round-corners {
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	
}


.transitionExample
{
	float:left;
	position:relative;
	width:450px;
}
.exampleText
{
	position:absolute;
	top:30px;
	left:170px;
	text-size:15px;
	text-align:center;
	width:200px;
}
h1{
	font-size:30px;
}.codesnip {
	color: #CCC;
}
