#pages{
	z-index:0;
	font-family: Arial;
	padding:0;
}

#paging {
	text-align:right;
	margin-right:28px;
	width: 200px;
	float:right;
	font-size:80%;
}

#paging div {
	float:right;
}

#paging span {
	display:block;
	width:18px;
	height:16px;
	margin-top:1px;
	text-align:center;
	/* background:#015d70; */
	background:#1d7384;
	float:left;
	margin:1px;
}

#paging span.active {
	background-color:#eccd7b;
	color:#015d70;
}

#paging div span a {
	color:#ffffff;
	text-decoration:none;
}

.work {
	float:left;
	margin:5px;
	border:1px solid #fff;
	/* border:5px solid #015d70; */
	text-align:center;
	width:200px;
	height:150px;
	z-index:0;
}

.work .info {
	margin:0;
	padding:0;
 	position:relative;
	z-index:5;
	display:none;
	width:200px;
	height:20px;
	background-color:#5299a4;
	text-align:right;
 	bottom:26px;
	background-repeat:no-repeat;
	background-image:url(../../images/more_details.jpg);
	background-position:5px 2px;
}

.work .show_info {
	background-image:url(../../images/more_details.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:18px;
	float:left;
	margin-left:5px;
	margin-top:2px;
	cursor:pointer;
	overflow:inherit;
}

.more_info
{
    visibility:hidden;
    height:0px;
    overflow:hidden;
    position:relative;
	margin:5px;
	color:#ffffff;
	float:left;
/* 	padding-left:5px;
	padding-right:5px; */
	clear:left;
	width:630px;
}

.more_info_content
{
    font-size:0.9em;
   	position:relative;
	width:630px;
}

.more_info_content a {
	color:#fff !important;
}

.more_info_content table
{
	width:100%;
	border-collapse:collapse;
}

.more_info_content table .title
{
	font-weight:bold;
	font-size:150%;
}

.more_info_content table td
{
	border-bottom:1px solid #7aafb9;
	/* padding:5px; */
	margin:5px;
}