﻿.alert{
        margin-bottom:0px !important;
    font-size:22px !important;
    }
#wrapper {
	width: 98%;
	overflow: hidden;
	position: relative;
	/*left: 0;
	top: 50%;*/
    padding-top:10px;
    padding-bottom:10px;
}
#carousel div {
	width: 550px;
	height: 300px;
	margin: 20px 30px;
	float: left;
	position: relative;
}
#carousel div.selected {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#carousel div img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
    border-radius:2px;
    width:550px;
    height: 300px;

}
#carousel div span {
	background-color: #fff;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 8;
}

#prev, #next {
	background: center center no-repeat transparent;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	z-index: 5;
}
#prev:hover, #next:hover {
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
}
#prev.disabled, #next.disabled {
	opacity: 0.2;
	cursor: default;
}
#prev.disabled:hover, #next.disabled:hover {
	background-color: transparent;
}
#prev {
	background-image: url( ../../img/StudentsForms/gui-prev.png ) !important;
	left: 50%;
	margin-left: -320px;
}
#next {
	background-image: url( ../../img/StudentsForms/gui-next.png );
	right: 50%;
	margin-right: -320px;
}