/*----------------------------------------------------------------------------- 

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 	-
***********************/


ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}


.example-wrapper{
	position:relative;
	width:940px;
	height:330px;
	margin:auto;
	border:0px solid #000;
}

/*My additions */
.slide,
{
		border:0px solid #03F;
		width:10px;
		
}

.imgholder
{ 
width:165;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.bw
{
	float:left;
	width:165;
text-align:center;
margin-left:auto;
margin-right:auto;
border:10px solid #000;
}

/**/

/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}
