/* PNG fix */

#all_container img,
#all_container a,
#all_container div {
	behavior: url(css/iepngfix.htc);
}

/* Slideable */
#all_sliders_wrapper {
	width: 635px;
	height: 650px;
}

#management_slideable {
	width: 635px;
	height: 325px;
}

#communications_slideable {
	width: 635px;
	height: 325px;
}

.slideable {
	overflow: hidden;
	position: relative;
	float: left;
	clear: both;
}

.slideable .slide {
	width: 100%;
	position: relative;
	float: left;
	height: 150px;
	cursor: pointer;
	text-decoration: none;
}

.slideable a:hover {
	background-color: transparent;
}

.slideable .wrapper {
	float: left;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	width: 635px;
}

.slideable .slide .logo {
	float: left;
	/*margin: 5px 0 0 5px;*/
}

.slideable .slide .text {
	float: left;
	position: absolute;
	top: 0px;
	text-align: left;
	color: #444;
	padding: 30px 25px;
	width: 200px;
}

.slideable .shadow {
	position: absolute;
	top: 315px;
	left: 0;
	height: 10px;
	width: 100%;
	background: url(../img/slideable/shadow.png) top left no-repeat;
}
