.theme-default #slider {
    margin:0 auto 0 auto;
    width:630px; /* Make sure your images are the same size */
    height:420px; /* Make sure your images are the same size */
    z-index: 9999;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
/*  ADD THUMBS */
.theme-default.controlnav-thumbs .nivoSlider {
    margin-bottom:100px; /* Tweak this to push content down */
}
.theme-default.controlnav-thumbs .nivo-controlNav {
    position:absolute;
    left:50%;
    bottom:-80px; /* Tweak this to push thumbnails down */
    margin:50px 0 0 0;
}
.theme-default.controlnav-thumbs .nivo-controlNav a {
    display:inline;
    background:none;
    text-indent:0px;
    border:0;
    margin-right:10px;
    float:none;
}
.theme-default.controlnav-thumbs .nivo-controlNav a.active img {
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default.controlnav-thumbs .nivo-controlNav img {
    display:inline;
    position:relative;
    margin-right:10px;
}
 
/* Caption styles */

.nivo-caption {
	position: absolute;
	left: 15px;
	top: 435px;
	background: none;
	color: #000000;
	opacity: 0;
	width: 45%;
	height: 125px;
	z-index: 8;
}
.theme-default.nivo-caption p {
	padding:5px;
	margin:0;
}
.theme-default.nivo-caption a {
	display:inline !important;
}
.theme-default .nivo-html-caption {
	display: block;
	font-weight: normal;
	color: #000;
	font-family: Arial, Verdana, sans serif;
	font-size: 12px;
	margin: 10px 0px 10px 10px;
	width: 30%;
}