/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

.plan_list_btn{
	width:670px;
	margin-top:-15px;
}
.plan_list_btn ul{
	width:680px;
	overflow:hidden;
	margin-right:-10px;
}

.plan_list_btn li{
	width:160px;
	height:131px;
	float:left;
	cursor:pointer;
	text-decoration:none;
	margin-right:10px;
	margin-top:15px;
	line-height:0;
	position:relative;
	background:#111 url(img/progress.gif) no-repeat center center;
	overflow:hidden;
}

.plan_list_btn dt{
	border-top:1px #dfdfdf solid;
	border-right:1px #dfdfdf solid;
	border-left:1px #dfdfdf solid;
}


.plan_list_btn dd{
	width:100%;
	text-align:center;
	font-weight:normal;
	line-height:1.2;
	color:#fff;
	background:#0B98EC;
	display:table;
}

.plan_list_btn dd span{
	display:table-cell;
	padding:6px 10px;
	vertical-align:middle;
}


/*General Mosaic Styles*/

.mosaic_backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
	
.mosaic_overlay {
	display:none;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	padding:10px;
}
	
.mosaic_overlay h4{
	margin:0 0 13px 0!important;
	color:#fff !important;
	background:#E6405F;
	text-align:center;
	line-height:23px !important;
	font-weight:normal !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: -1px -1px 0px #C43651;
}

.mosaic_overlay ul{
	width:140px;
	overflow:inherit;
	margin:0 !important;
}

.mosaic_overlay li{
	width:auto;
	height:auto;
	float:none;
	text-decoration:none;
	margin:8px 0 0 0!important;
	position:relative;
	background:none;
	overflow:inherit;
	line-height:1.2;
}

.mosaic_overlay li a{
	color:#fff !important;
	display:inline-block !important;
	width:125px;
}

.mosaic_overlay li a:hover{
	color:#FAED00 !important;
}

.mosaic_overlay li:before{
	vertical-align:top;
}

	
/*** Custom Animation Styles (You can remove/add any styles below) ***/

.fade .mosaic_overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(img/bg_black.png);
}

