/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
html {
	width: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
}

ol, ul { 
    list-style: none;
	}

a{
	text-decoration:none;
}
.slid-name{
	min-height:35px;
	font-family:'BKoodakBold';
	font-size:14px;
	color:#930;
	direction:rtl;
	float:right;
	margin-right:10px;
	margin-top:3px;
}
.slid-cont{
	min-height:70px;
	width:129px;
	text-align:center;
	font-size:13px;
	color:#333;
	direction:rtl;
	padding-top:5px;
	margin-bottom:3px;
	float:right;
	border-top:#999 1px solid;
	border-bottom:#CCC 1px solid;
		
}
.slid-cont2{
	font-family:'BKoodakBold';
	margin-right:5px;
	margin-left:8px;
	}
.example-wrapper{
	position:relative;
	width:720px;
	height:242px;
	margin:auto;
	margin-top:10px;
		

}




/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}
