/*
 * Note: Include this file
 * after including the nivo-slider.css and custom-nivo-slider.css.
 * Skeleton container to set width and height
 * Modify as required to fit page.
 * Currently slider is positioned relative to this 
 * container div. Modify top and left or any other
 * styles as required. 
 */
 
#container1 {
	width:544px;
	height:299px;
	border:0;
	padding:0;
	margin:0;
	border-style:solid;
	border-width:1px;
}
/** override some caption styles in nivo-slider.css */
/** put any additional styling here */
.nivo-caption  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    
}
/** use for title **/
.nivo-caption a {     
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;    
}

/** use for caption description **/
.caption-text {   
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
    font-size:100%;
}




