@charset "UTF-8";
/* CSS Document */

.nothing {
	z-index: 1200;
	position: relative;
	left: 10px;
	display: none;
	background-color: #0F0;
	border: 1px solid #ddd;
	margin: 0;
	padding: 6px;
	width: 90%;
	top: 10px;
}

#controls {
	z-index: 1000;
	position: absolute;
	left: 80px;
	display: none;
	background-color: #ffc;
	border: 1px solid #ddd;
	margin: 0;
	padding: 6px;
	width: 500px;
	top: 275px;
}
#controls span {
	 margin: 0 5px 
	 }


#slideshow {
	margin: auto;
	top: 0;
	position: relative;
	left: 0px;
	height: 50%;
	width: 50%;
	padding: 0;
	z-index: -1;
        } 
#slideshow img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #FC3;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
        }
		
		.cycle-slideshow {
	width: 100%;
	
	height: auto;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
.cycle-slideshow img { 
width: 100%; 
height: auto; 
padding: 10px;
	border: 1px solid #ccc;
	background-color: #FC3;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
}
	
.col-sm-8 white {
	background-color: #FC3;
}
.content {
	width: 100%;
	height: auto;
	background-color: #CFF;
	margin-right: auto;
	margin-left: auto;
}
.table
{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #FFF;
}
.col-lg-4 col-md-4 col-sm-12
{
	background-color: #FC3;
}

.next{
	background-color: #CFF;
}
.col-xs-12 
{ 
text-align:center;
margin-right: auto;
	margin-left: auto;
}
.td 
{ 
text-align:center;

}
.white_back {
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: 90%;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-align: center;
}
