
#content {
	width: 520px;
	height: 350px;
	text-align: center;	
	
	padding-left:30px;
	padding-top:20px;
	vertical-align:middle;
	
}
#example {
	position: relative;
	width: 500px;
	height: 274px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 520px;
	height: 274px;	
	background-position:center;
	background-repeat: no-repeat; 
}
.slide-image1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 200px;
	width: 250px;
	height: 274px;	
	/*border:2px solid #ffffff;	*/
	background-position:right;
	background-repeat: no-repeat; 
}
.slide-image2 {
	
	padding: 5px;
	width: 200px;	
	height: 274px;
	padding-left:50px;
	font-family:"Trebuchet MS", arial;
	 font-size:16px;
	font-weight:bold;
    color:#EBBB53;
	vertical-align:middle;
	text-align:center;	
	
}
code {
	font-family: monospace;
	font-size: 1.2em;
}