.theme-default #slider {
    margin:10px auto;
    width:940px; /* Make sure your images are the same size */
    height:260px; /* Make sure your images are the same size */
}

.theme-default #slider img
 {
    margin:0px auto 0 auto;
    width:940px; /* Make sure your images are the same size */
    height:260px; /* Make sure your images are the same size */
		border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
}

.magnify{
			border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
}
	

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:00px;
}