 
/* Reset all margins and paddings for browsers */


 
#html5box { 
	clear: both; 
	border-top: 1px dotted #888;	
	border-bottom: 1px dotted #888;
    
	height: 120px;
	
	background-color:rgb(95, 102, 95);
	color: #808080;
	padding: 1em;
	margin: 15px 8px 10px 8px;
	
	box-shadow: 0 2px 10px rgba(0, 109, 109,0.8); 
	-moz-box-shadow:0 2px 10px rgba(0, 109, 109,0.8); 
	-webkit-box-shadow: 0 2px 10px rgba(0, 109, 109,0.8); 
	
}

#html5box img
{
		padding: 10px  0px 10px 10px;
		border:0;
		float: left;
}


#html5box h2
{
  font: 16px Arial,Helvetica,sans-serif;
  color: #eef;
  padding: 10px 10px 0px 50px;
}

 

.htmlvideo_text
{
float: right;
width: 60%;
min-width: 500px;
}

.downloadgif
{
   float: right;
    
}

.gallery {
	float:right;
	width:461px;
	height:302px;
	margin:27px 28px 0 0;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:461px;
	height:302px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
#prevBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:1px;
	height:1px;
	position:absolute;
	left:-34px;
	top:-133px;
}
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:1px;
	height:1px;
	position:absolute;
	left: 398px;
	top:-133px;
}
#prevBtn a {
	display:block;
	width:1px;
	height:1px;
	background:url(images/spacer.gif) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:1px;
	height:1px;
	background:url(images/spacer.gif) no-repeat 0 0;
}

.html5
{
		width: 960px;
		height:128px;
		background-color:rgb(203, 95, 0);
		
	    box-shadow: 0 2px 10px rgba(0, 109, 109,0.8); 
		-moz-box-shadow:0 2px 10px rgba(0, 109, 109,0.8); 
		-webkit-box-shadow: 0 2px 10px rgba(0, 109, 109,0.8); 
		
		 
		
		
}


.html5 img
{
		 padding: 10px 50px 10px 50px;
		border:0;
}


.html5 h2
{
  font: 16px Arial,Helvetica,sans-serif;
  color: #eef;
  padding: 10px 10px 0px 50px;
}

.html5 a
{
  font: 16px Arial,Helvetica,sans-serif;
  color: #cfe;
  padding: 10px 10px 0px 50px;
}

.blog img
{
    border:0;
}