
/*===================*/
/*=== Main Styles ===*/
/*===================*/


 
.theme-pascal #slider {
 
    width:900px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}

 
.theme-orman .nivo-controlNav
{

    margin-left: 0px; /* Tweak this to center bullets */
	padding: 6px 0px 0px 60px;
}


.theme-orman.slider-wrapper {
 
    width:900px;
    height:300px;
 
}

.theme-orman .nivoSlider {
 
    width:900px;  
    height:300px; 
 
}
.theme-orman .nivoSlider img {
    width:900px;  
    height:300px; 
}

.theme-orman .nivo-directionNav a
{
   height:300px; 
   top: 0px;
}
#demo_reminder
{
	width: 60%;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	
	text-align:center;
	color: #eee;
	background-color: #336;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow:  0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow:  0 0 10px rgba(0, 0, 0, .3);
}

#demo_reminder h3
{
	 padding: 10px 0px 0px 10px;
	 color:#fff;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
