/**
 * specific styles for module box 'Gallery'
 */

#Gallery {
    float: left;
    width: 936px;
    margin-top: 11px;
    padding: 4px;
}





/* header block */
#Gallery .header {
    height: 28px;
    padding: 0 15px;
    line-height: 28px;
    border-bottom: 1px dotted #eaeaea;
}

#Gallery .header ul {
    float: left;
}

#Gallery .header li {
    display: inline;
    margin-right: 3em;
}

#Gallery .header a {
    padding: 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

#Gallery .header .selected a {
    color: #707173;
}

#Gallery .header a:hover, #Gallery .header a:active, #Gallery .header a:focus {
    text-decoration: underline;
}

#Gallery .header p {
    position: absolute;
    right: 190px;
    top: 3px;
}

#Gallery a.rssfeed {
    background-position: -100px -176px;
    padding: 0 5px 0 15px;
}

#Gallery .header form {
    position: absolute;
    right: 19px;
    top: 2px;
}

#Gallery .header label {
    display: none;
}

#Gallery .header input {
    float: none;
    width: 92px;
    height: 15px;
    margin: 0 0 0 5px;
    padding: 2px 1px 1px;
    vertical-align: middle;
    border: 1px solid #707173;
}

#Gallery .header input:hover, #Gallery .header input:active, #Gallery .header input:focus {
    border-color: #036;
}

/* fix for safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #Gallery .header input {
        vertical-align: baseline;
/*        width: 242px;*/
    }
}

#Gallery .header input#searchtext {
    border-right: none;
}

#Gallery .header input#searchtext.loading {
    background: #fff url(images/loading_small.gif) no-repeat 77px center;
}

#Gallery .header input#search_btn {
    width: 69px;
    height: 20px;
    margin-left: -3px;
    padding: 0 0 2px 0;
    background-color: #003366;
    border: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
}





/* sort by */
#Gallery .content form.slider-sort {
    float: left;
    margin: 0 0 16px 34px;
    width: 380px;
}

#Gallery .content form.speaker-sort {
    margin: 0 0 16px 34px;
}

#Gallery .content form.slider-sort label {
    font-size: 1.1em;
    line-height: 22px;
    margin: 0 10px 0 0;
    width: auto;
}





/* pagination */
.pagination {
    margin: 0 auto 16px;
    width: 160px;
}

.pagination select {
    border: 1px solid #b2b6bf;
    position: absolute;
    left: 0;
    top: 0;
}

.pagination li {
    display: inline;
}

.pagination a, .pagination span {
    border: 1px solid #102E49;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    float: left;
    margin: 0 2px;
    width: 20px;
    height: 20px;
}

.pagination a:hover, .pagination a:focus {
    text-decoration: none;
}

.pagination a span, .pagination span span {
    display: none;
}

/*.pagination span.selected {
    background: #102e49;
}
*/
.pagination a.previous, .pagination a.next, .pagination span.previous, .pagination span.next {
    background-repeat: no-repeat;
    border: none;
    height: 22px;
    width: 7px;
    margin: 0 2px 0 0;
}

.pagination a.previous {
    background-position: right -1768px;
    margin: 0 2px 0 0;
}

.pagination span.next, .pagination span.previous {
    background: none !important;
}

.pagination a.next {
    background-position: 0 -1768px;
    margin: 0 0 0 2px;
}





/* content block */
#Gallery .content {
    border-top: none;
    position: relative;
    clear: both;
    padding: 20px 15px 30px;
}

#Gallery .content h2 {
    margin: 0 0 4px 0;
    font-size: 1.5em;
}

#Gallery .content .speakerlistSlider li:hover {
    background: #f9f9f9;
}

#Gallery .content p {
    font-size: 1.2em;
}

/**
 * specific styles for the 'carousel view'
 */

#Gallery .carousel-container {
	position: relative;
	height: 160px;
	margin: 30px 0 10px;
	padding: 0 30px;
}



#Gallery .carousel-head {
	position: relative;
}

#Gallery .carousel-prev, #Gallery .carousel-next {
    position: absolute;
    top: 3px;
    width: 21px;
    height: 92px;
}

#Gallery .carousel-prev {
    left: -30px;
    margin: 0 10px 0 0;
    background-position: 0 -150px;
}

#Gallery .speakerlistSlider .carousel-prev {
    left: 0;
}

#Gallery .carousel-next {
    right: -30px;
    margin: 0 0 0 10px;
    background-position: -50px -150px;
}

#Gallery .speakerlistSlider .carousel-next {
    right: 0;
}


#Gallery .carousel-body {	
	position: absolute;
	overflow: hidden;
	margin: 0 0 9px 0;
	width: 840px;
	height: 160px;
}


#Gallery .carousel-content {
    list-style: none;
	position: absolute;
	top: 0;
    height: 168px;
}

#Gallery .carousel-content li {
    float: left;
    width: 160px;
    height: 160px;
    margin: 4px;
    position: relative;
}

#Gallery .carousel-content li em {
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: 1px;
}


#Gallery .content form.slider-sort {
    width: 100%;
}


#Gallery .carousel-content li a {
    text-decoration: underline;
}

/*#Gallery .carousel-content li a:hover {
    color: #000;
}
*/
#Gallery .carousel-content li span.preview {
    background: #ccc;
    text-align: center;
    width: 160px;
    height: 90px;
    display: block;
    position: relative;
}

#Gallery .carousel-content li .addToPlaylist {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: 2px;
    background-position: -2px -652px;
}

#Gallery .carousel-content li p {
    font-size: 1.2em;
    text-align: left;
    margin: 7px 5px 20px;
}

#Gallery .carousel-content li em, #Gallery .carousel-content .rating {
    font-size: 1.2em;
    margin: 0 0 0 5px;
}

#Gallery .carousel-content .rating {
    background-position: 0 -300px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

/*
#Gallery .speakerlistSlider .slider-next, #Gallery .speakerlistSlider .slider-previous {
    margin-top: 80px;    
}

#Gallery .content .slider-previous span, #Gallery .content .slider-next span {
    display: none;
}


#Gallery .content .slider-previous, #Gallery .content .slider-next {
    background: url(images/bg.sprite.png) no-repeat -1071px 0;
    float: left;
    margin: 13px 10px 0 0;
    height: 65px;
    width: 22px;
}

#Gallery .content .slider-next {
    background-position: -1093px 0;
    margin: 13px 0 0 10px;
    float: right;
    border:1px solid;
}
*/








#Gallery .content .pageXOf {
    position: absolute;
    top: 26px;
    right: 57px;
    font-size: 1.1em;
}

#Gallery .content .amountOfTotalResults {
    position: absolute;
    top: 26px;
    right: 50px;
}


#Gallery .carousel-body .rating1 { background-position: 0 -310px }
#Gallery .carousel-body .rating2 { background-position: 0 -320px }
#Gallery .carousel-body .rating3 { background-position: 0 -330px }
#Gallery .carousel-body .rating4 { background-position: 0 -340px }
#Gallery .carousel-body .rating5 { background-position: 0 -350px }





/**
 * specific styles for the 'speakers list'
 */

#speakerlist {
    float: left;
    list-style: none;
    margin: 0px 0 0 19px;
    width: 804px;
}

#speakerlist li {
    float: left;
    margin: 0 10px 10px 10px;
    padding: 5px;
    width: 238px;
    height: 40px;
    overflow: hidden;
}

#speakerlist .preview {
    background: #ccc;
    text-align: center;
    width: 30px;
    height: 40px;
    float: left;
    margin-right: .9em;
}

#Gallery .content #speakerlist p {
    font-size: 1.1em;
    line-height: 120%;
    margin: 1px 0;
}





/**
 * specific styles for the 'searchresults'
 */

#searchresults {
    clear: both;
    list-style: none;
    width: 906px;
}

#searchresults li {
    font-size: 1.1em;
    overflow: hidden;
    float: left;
    margin: 0 0 26px 0;
    padding: 0 0 0 40px;
    width: 260px;
    height: 39px;
}

#searchresults span.preview {
    background: #ccc;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 5px;
    height: 40px;
    width: 70px;
}

#searchresults span a.addToPlaylist {
    background-position: -2px -652px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 18px;    
    height: 16px;
}

/**
 * Suggest Search
 */
 
#suggestBox {
	position: absolute;
	top: 28px;
	left: 761px;
	z-index: 1000;
    line-height: 100%;
}

#suggestBox ul {
	max-height: 300px;
	overflow: hidden;
	width: 162px;
	background-color: #fff;
	border: 1px solid #707173;
	border-top: none;
}

#suggestBox li {
    display: block !important;
	height: 44px;
    margin: 0 !important;
	padding: 2px;
	overflow: hidden;
	list-style: none;
    border-top: 1px solid #707173;
}

#suggestBox .thumb {
	float: left;
	width: 50%;
}

#suggestBox .title {
	float: right;
	width: 50%;
	overflow: hidden
}

#suggestBox .title a {
    line-height: 120%;
    text-transform: none;
}