/*******************************
 * Flickr'n'jQuery
 *******************************
 * Author: Mickael BLATIERE (blatiere@gmail.com)
 * Last update: 12/09
 ******************************/

ul#photosets {
    margin: 0;
}

ul#photosets li {
    border: 1px solid #ccc;
    float: left;
    margin: 0 7px 10px 0;
    padding: 10px;
/*    width: 120px;*/
/*    height: 120px;*/
}

ul#photosets li div {
    border:1px solid #CCCCCC;
    clear:both;
    display:inline-block;
		overflow: hidden;
		width: 120px;
    height: 120px;
		position: relative;
}

ul#photosets li div span {
    height:50px;
    margin-top:-50px;
    position:relative;
    color:#CCCCCC;
    display:block;
    float:left;
    font-weight:bold;
    margin:-50px 0 0;
    width:120px;
    background: url(../img/overlay.png);
}

ul#photosets li div span abbr {
    border-bottom: none;
    color:#F9F9F9;
    float:left;
    font-size:10px;
    margin:5px 5px 0;
    text-transform:uppercase;
}

ul#photosets a {
    display: block;
    height: 120px;
    width: 120px;
    overflow: hidden;
}

ul#photosets a img {
    border: none;
    position: relative;
}

ul#photosets li,
#photo-zoom #photo {
    background:#FFFFFF url(../img/bg.jpg) repeat-x scroll 0 0;
    border:1px solid #CCCCCC;
    height:120px;
    margin:0 7px 10px 0;
    overflow:hidden;
    padding:10px;
}

#photo-zoom #photo #photo-info {
    color: #666;
    padding-top: 10px;
    font-size: 10px;
    line-height: 1.4em;
    display: block;
    width: 100%;
    display: none;
}

#photo-zoom #photo #photo-info img {
    float: right;
    margin-top: -5px;
}

#photo-zoom #photo #photo-controls {
    float:left;
    margin-top:75px;
    position:absolute;
    z-index:10;
    display: none;
}

#photo-zoom #photo #photo-controls .next,
#photo-zoom #photo #photo-controls .prev {
    display:block;
    height:30px;
    text-indent:-9000px;
    width:30px;
}

#photo-zoom #photo #photo-controls .next {
    background:transparent url(../img/next.png) no-repeat scroll 0 0;
    float:right;
}

#photo-zoom #photo #photo-controls .prev {
    background:transparent url(../img/prev.png) no-repeat scroll 0 0;
    float:left;
}

#photo-zoom,
#overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
		z-index: 10000;
}

#photo-loading {
    width: 100%;
    height: 100%;
    background: url('../img/loading.gif') no-repeat center center;
}

#overlay {
    background: url(../img/overlay.png);
}

.getPhotoZoom{
	background-color: #fff;
	padding: 5px;
	border: solid 2px black;
	display: block;
	margin-bottom: 10px;
	width: 150px;
	text-align: center;
	float: right;
}