@charset "utf-8";
/* CSS Document */

.polaroid{
	padding:0.75em;
	background-color:white;
	border-top:1px solid #eeeeee;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #eeeeee;
	height:49px;
	width:49px;
}
	.polaroid:hover{
		border-top:1px solid #eeeeee;
		border-right:1px solid #cccccc;
		border-bottom:1px solid#cccccc;
		border-left:1px solid #eeeeee;
	}
	
.polaroid-70{
	padding:3px;
	background-color:white;
	border:1px solid #CCCCCC;
	height:70px;
	width:70px;
}
	.polaroid-70:hover{
		background-color:#FF9900;
		border:1px solid #CCCCCC;
		cursor:pointer;
	}
	.polaroid-70.selected{
		background-color:#FF9900;
		border:1px solid #CCCCCC;
	}	

.polaroid-80{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:1em;
	background-color:white;
	border-top:1px solid #eeeeee;
	border-right:1px solid #dddddd;
	border-bottom:1px solid#dddddd;
	border-left:1px solid #eeeeee;
	height:80px;
	width:80px;
}
.polaroid-80.profile{
	background-color:#333333;
	border:1px solid #333333;
	padding:0px;
}
	.polaroid-80:hover{
		border-top:1px solid #eeeeee;
		border-right:1px solid #cccccc;
		border-bottom:1px solid#cccccc;
		border-left:1px solid #eeeeee;
	}
	.polaroid-80.profile:hover{
		background-color:#000000;
		border:1px solid #000000;
	}
	
.polaroid-110{
	padding:3px;
	background-color:#eee;
	border:1px solid #999999;
	height:112px;
	width:112px;
}
	.polaroid-110:hover{
		background-color:#F2F2F2;
		border:1px solid #CCCCCC;
	}
	
.polaroid-125{
	padding:5px;
	background-color:white;
	border:1px solid #CCCCCC;
	height:125px;
	width:125px;
}
	.polaroid-125:hover{
		background-color:#FF9900;
		border:1px solid #FF9900;
		cursor:pointer;
	}
	.polaroid-125.selected{
		background-color:#FF9900;
		border:1px solid #FF9900;
	}
.img-polaroid-125{
	float:left;
	overflow:hidden;
	height:125px;
	max-width:125px;
}

.polaroid-150{
	padding:5px 5px 5px 5px;
	background-color:#f8f8f8;
	border-top:1px solid #eeeeee;
	border-right:1px solid #cccccc;
	border-bottom:1px solid#cccccc;
	border-left:1px solid #eeeeee;
	height:150px;
	width:150px;
}
	.polaroid-150:hover{
		background-color:#F2F2F2;
		border-top:1px solid #eeeeee;
		border-right:1px solid #cccccc;
		border-bottom:1px solid#cccccc;
		border-left:1px solid #eeeeee;
	}
	
.polaroid-200{
	padding:5px 5px 5px 5px;
	background-color:#f8f8f8;
	border:1px solid #CCCCCC;
	height:200px;
	width:200px;
}
	.polaroid-200:hover{
		background-color:#F2F2F2;
		border:1px solid #CCCCCC;
		cursor:pointer;
	}

.polaroid-full{
}

.polaroid-blogs{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top:1px solid #eeeeee;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #eeeeee;
	padding:1em;
	background-color:white;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
	.polaroid-blogs div{
		max-width:200px;
		max-height:300px;
		overflow:hidden
	}
	
	.polaroid-blogs img{
		max-width:200px;
	}

.img-polaroid, .img-polaroid-70, .img-polaroid-80, .img-polaroid-110, .img-polaroid-150, .img-polaroid-200{
	float:left;
	overflow:hidden;	
}

.img-polaroid{
	height:49px;
	max-width:49px;
}
.img-polaroid-70{
	height:70px;
	max-width:70px;
}
.img-polaroid-80{
	height:80px;
	max-width:80px;
}
.img-polaroid-110{
	height:112px;
	max-width:112px;
}
.img-polaroid-150{
	height:150px;
	max-width:150px;
}
.img-polaroid-200{
	max-width:200px;
}
.img-polaroid-full{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top:1px solid #eeeeee;
	border-right:1px solid #dddddd;
	border-bottom:1px solid#dddddd;
	border-left:1px solid #eeeeee;
	float:left;
	padding:1em;
	background-color:white;
}
	.img-polaroid-full img{
		max-width:480px;
	}
	.img-polaroid-200 img{max-width:200px;}
	.icoPlay{position:absolute;top:60px;right:235px;}
	.ico-img{position:absolute;bottom:5px;right:35px;}
