/*!
* gallygallery.css
* Autor: Wolfgang Drescher - gally-websolutions.com
* Datum: 2011-10-10
* Version: 2.0
*/

.gallygallery .container {
	background-color: #fff;
	font-size: inherit;
	outline:none;
}

.gallygallery .loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/loading.gif);
}

.gallygallery .container .header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 5px;
	background-color: rgb(150,150,150);
	background-color: rgba(0,0,0,.8);
}

.gallygallery .container .footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px;
	background-color: rgb(150,150,150);
	background-color: rgba(0,0,0,.8);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.gallygallery .container .counter {
	float: right;
}

.gallygallery .container .dots .dot {
	width: 14px;
	height: 21px;
	margin: 0 1px;
	display: inline-block;
	cursor: pointer;
	background: url(../img/round-dot.jpg);	
	background-color:#FFFFFF;
}

.gallygallery .container .dots div.dot.selected {
	background-color:#FFFFFF;
	background: url(../img/round-dot.jpg);	
}

.gallygallery .container .dots .dot:hover {
	background-color:#FFFFFF;
	background: url(../img/round-dot.jpg);	
}

.gallygallery .container .button {
	float: right;
	height: 28px;
	width: 30px;
	background-repeat: no-repeat;
/*	margin-left: 5px;*/
	cursor: pointer;
	background-image: url(../images/icons.png);
}

.gallygallery .container .close {
	background-position: 0 0;
}

.gallygallery .container .play {
	background-position: -90px 0;
}

.gallygallery .container .play.playing {
	background-position: -120px 0;
}

.gallygallery .container .next {
	background-position: -60px 0;
}

.gallygallery .container .last {
	background-position: -30px 0;
}

.gallygallery .container .slower {
	background-position: -150px 0;
}

.gallygallery .container .faster {
	background-position: -150px 0;
}

a{
	outline:none;
	}
.gallygallery .footer .title div{
	width:100%!important;
}