/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */




#slider {
    width: 100%; /* important to be same as image width */
    position: relative; /* important */
	text-align:left;
	max-width: 100%;
}
#sliderContent,
#slider  div, #slider  div img {
	width:100%!important;
		max-width: 100%;
		height:auto;
}



