

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
}
#kwick1 {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	text-align:center;
}
#kwick1 .kwicks {
	display: block;
	height: 200px;
	text-align:center;
}

#kwick li {
	float: left;
	list-style-type:none; 
	
}
#kwick1 li {
	float: left;
	list-style-type:none; 
	
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 300px;
	width: 97px;
	background: #fff;
	border-right: 2px solid #ffffff;
	
	
	
}
#kwick1 .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 300px;
	width: 97px;
	background: #fff;
	border-right: 2px solid #ffffff;
	
	
	
}


#kwick .opt1 {
	background-image: url('img/campus2.jpg');
	display:block;
	background-repeat:no-repeat;
	
}
#kwick1 .opt1 {
	background-image: url('img/profile.jpg');
	display:block;
	background-repeat:no-repeat;
	
}

.kwicks li.active {
	display: block;
}

#kwick .opt2 {
	background: url('img/photo22.jpg') no-repeat  ;
	
}
#kwick1 .opt2 {
	background: url('img/govern.jpg') no-repeat  ;
	
}

#kwick .opt3 {
background: gold url('img/events.jpg') no-repeat;
}
#kwick1 .opt3 {
background: gold url('img/feedback.jpg') no-repeat;
}

#kwick .opt4 {
	background:  url('img/project.jpg') no-repeat;
}
#kwick1 .opt4 {
	background:  url('img/record.jpg') no-repeat;
}

#kwick .opt5 {
	background: green url('img/placement.jpg') no-repeat; 
}
#kwick1 .opt5 {
	background: green url('img/acitivities.jpg') no-repeat; 
}

#kwick .opt6 {
	background: violet url('img/faculty.jpg') no-repeat;

}
#kwick1 .opt6 {
	background: violet url('img/admissions.jpg') no-repeat;

}
#kwick .opt7 {
	background: #000 url('img/amenities.jpg') no-repeat;
	border-right: 0;
}
#kwick1 .opt7 {
	background: #000 url('img/amenities.jpg') no-repeat;
	border-right: 0;
}