@charset "utf-8";

.work-container
{
	margin: 25px 0;
}
.work-container h2
{
	font-size: 19px;
	font-weight: normal;
	color: #0f1d26;
	float: left;
}
.work-container > .link
{
	float: right;
}

/* Slides */
.work-container > .slides
{
	clear: both;
	margin: 0 auto;
	border: 5px solid #9b9da1;
	/*background-color: #9b9da1;*/
	border-radius: 5px;
	min-height: 450px;
}
.work-container > .slides img
{
	display: block;
	border-radius: 4px;
}
.work-container > .slides + .controls > .arrows
{
	position: relative;
	width: 100%;
}
.work-container > .slides + .controls > .arrows a
{
	background: url(../images/content_slider/arrows.png) no-repeat;
	width: 16px; height: 52px;
	position: absolute;
	top: -256px;
	cursor: pointer;
}
.work-container > .slides + .controls > .arrows a.prev
{
	left: -15px;
}
.work-container > .slides + .controls > .arrows a.next
{
	right: -15px;
	background-position: 0 -52px;
}
.work-container > .slides + .controls > .pager
{
	text-align: center;
	padding: 11px 0 0;
	line-height: 12px;
}
.work-container > .slides + .controls > .pager a
{
	display: inline-block;
	background: url(../images/content_slider/pager.png) no-repeat;
	width: 11px; height: 12px;
	margin: 0 3px;
}
.work-container > .slides + .controls > .pager a.activeSlide
{
	background-position: right top;
}

.work-container .order-btn
{
	float: right;
	margin: -18px 5px 0 0;
	font-size: 16px;
	height: 23px;
	line-height: 23px;
}
.work-container .order-btn:active
{
	margin-top: -16px;
}


.work-container .client
{
	clear: both;
	float: left;
	width: 45%;
	/*width: 320px;*/
	margin-top: 30px;
}
.work-container .task
{
	float: right;
	width: 45%;
	/*width: 320px;*/
	margin-top: 30px;
}
.work-container .client h3,
.work-container .task h3
{
	color: #0f1d26;
	margin: 0;
}
.work-container .client p,
.work-container .task p
{
	margin: 0;
	/*line-height: 18px;
	font-size: 13px;*/
}
.categoryName {
    font-size: 120%;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #fd6c23;
	text-align: center;
}