﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/responsive-website-using-bootstrap/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

body	{
			padding-top: 50px;
}

/* customized carousel */
.carousel {
    height: 300px;
    margin-bottom: 50px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background-color: rgba(0, 0, 60, 0.8);
    height: 300px;
}

#panel1-pic	{
				float:right;
				width:120px;
				height:172px;
			}
			
#panel-pic-clear	{			
				float:clear;
				width:120;
				height:50;
				padding:0px 0px 10px 0px;
				}
	
	
#jumbo-panel-pic	{
				float:left;
				width:320px;
				height:414px;
				margin-right: .5em;
			}