.prv {
    border-right: 1px solid gainsboro;
    float:left;
    text-align: center;
    opacity: 0.8;
    width: 35px;
    height: 35px;
    transition: 0.5s;
    margin-left: 10px;
    
}

.prv2 {
    float:left;
    text-align: center;
    opacity: 0.8;
    width: 35px;
    height: 35px;
    transition: 0.5s;
    margin: 0px 10px;
    
}

.nxt {
    opacity: 0.8;
    width: 35px;
    height: 35px;
    float:left;
    text-align: center;
    transition: 0.5s;
}

.prv:hover, .nxt:hover, .prv2:hover {
    opacity: 1;
    transition: 0.5s;
}

.newbox {
    background-color: #1C546C;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: medium;
    opacity: 0.8;
    transition: 0.5s;
}

.newbox:hover {
    opacity: 1;
    transition: 0.5s;
}

.breadcrumbs{
	border-bottom: 5px solid #A0A0A0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 6px;
	background-color: rgb(224, 224, 224);
	padding-left: 10px;
	padding-top: 5px;
}

.item {
    border-radius: 3px;
    color: #fff;
    margin: 10px;
    padding: 30px 0;
    text-align: center;
	background: none repeat scroll 0 0 #42bdc2;
	/*fixed height for testing only*/
	/*height: 135px;*/
}

.item2 {
	margin: 3px;
}

.item2 img {
	
	width : 100%;
	max-width: 100%;
	border: 0 none;
	vertical-align: middle;
}

hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.title1 {
	text-transform: uppercase;
	font-size: large;
	font-weight: bold;
}