
/*===================*/
/*=== Main Styles ===*/
/*===================*/

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}


.theme-default #slider {
    margin:20px auto 0 auto;
  width:700px; /* Make sure your images are the same size */
    min-height:350px; /* Make sure your images are the same size */
	border: 1px solid #e2e2e2;
	moz-box-shadow: #848484 0 0 13px -1px;
-webkit-box-shadow: #848484 0 0 13px -1px;
-khtml-box-shadow: #848484 0 0 13px -1px;
box-shadow: #848484 0 0 13px -1px;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
