#page { 
	width: 100%; 
	margin: 0 auto; 
	
}
#gamesHolder { 
	padding: 5px; 
	width: 944px; 
}

.customFont {
    font-family: 'Pompiere', Verdana, cursive;
    font-size: 18px;
}

ul { 
	padding: 0 0 0 15px; 
	margin: 0; 
}

.holder { 
	padding: 17px 5px; 
	border-radius: 5px; 
	box-shadow: 0px 0px 3px #CCC; 
}

.text { 	
	background-color: #CDCDCD; 
	padding: 20px; 
	line-height: 20px; 
	overflow: hidden; 
	zoom: 1; 
}

.holder h2 { 
	margin: 0; 
	padding: 0px 0px 15px 0px; 
}

code { 
	display: block; 
	background-color: #fff; 
	padding: 10px; 
	overflow: auto; 
}

pre { 	
	margin: 10px 0px; 
	padding: 0; 
}

.h2 {
    font-weight: normal;
    display: none;
}

.button a {
    margin: 10px 100px;
    opacity: 1;
    outline: medium none;
    padding: 5px ;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 50px;
    background: #CDCDCD;
    color: #FFFFFF;
    border-radius: 5px;
}

.button a:hover {
    background: #FF7800;
}

.bar {
    background-color: #111;
    color: #f0f0f0;
    box-shadow: 0px 0px 2px #333;
    line-height: 25px;
    padding: 0px 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}

.bar a {
    color: #DDD;
}

.bar a:hover {
    color: #FFFFFF;
}

#download {
    clear: both;
}

#download .button {
    font-size: 22px;    
}

#features ul {
    overflow: hidden;
    zoom: 1;
    margin: 15px;
}

#features li {
    width: 50%;
    float: left;
}

/* slider of an image css starts */
/* Slider jQuery plugin CSS styles */


.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
}

.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

.cs-buttons { 
	font-size: 0px; 
	padding: 12px; 
	float: left;
}

.cs-buttons a { 
	margin-left: 3px; 
	height: 12px; 
	width: 12px; 
	float: left; 
	text-indent: -1000px; 
	border-radius: 50%;
    background: #CCC;
}

.cs-active { 
	background-color: #CDCDCD;
	color: #FFFFFF; 
}

a.cs-active {
    background: #FF7800;
    border-radius: 50%;  
	width:12px;
	height:12px;
}

.cs-title { 
	width: 944px; 
	padding: 10px; 
	background-color: #000000; 
	color: #FFFFFF; 
}

.cs-prev {
	color: #FFFFFF; 
	padding: 0px 10px; 
}

.cs-next { 
	color: #FFFFFF; 
	padding: 0px 10px; 
}

/* slider of image css ends */