
PK 
<?php
include('header.php');
?>
<!-- Header End====================================================================== -->
<div id="mainBody">
<div class="container">
<div class="row">
<!-- Sidebar ================================================== -->
<?php
include('sidebar.php');
?>
<!-- Sidebar end=============================================== -->
<div class="span9">
<h4 align="center">CCTV Camera </h4>
<p align="justify">
Closed-circuit television (CCTV), also known as video surveillance, is the use of video cameras to transmit a signal to a specific place, on a limited set of monitors. It differs from broadcast television in that the signal is not openly transmitted, though it may employ point to point (P2P), point to multipoint (P2MP), or mesh wireless links. Though almost all video cameras fit this definition, the term is most often applied to those used for surveillance in areas that may need monitoring such as banks, casinos, airports, military installations, and convenience stores. Videotelephony is seldom called "CCTV" but the use of video in distance education, where it is an important tool, is often so called.
<br><br><br></p>
<ul class="thumbnails">
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage1.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
AHD Whelk cctv camera.
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage2.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
CCTV Camera Surveillance System.
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage3.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
Wide Gamut of CCTV Camera.
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage4.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
HDCVI Camera.
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage5.jpg"products_images/image5.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
Digital Cctv .
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage6.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
Weather-Proof- IR- Camera.
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage7.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
HD video Camera.
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage8.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
Fisheye 720P HD Dome IP Camera.
</p>
</div>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<a href="#"><img src="products_images/ccimage9.jpg" width="160px" height="160px" alt=""/></a>
<div class="caption">
<p>
Honeywell Cctv Camera.
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- MainBody End ============================= -->
<!-- Footer ================================================================== -->
<?php
include('footer.php');
?>


PK 99